From 9c676787725bf1c97ecec102a79a40c1818bd361 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 8 Dec 2005 23:55:23 +0000 Subject: we dont need these patches --- package/coreutils/coreutils.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 package/coreutils/coreutils.patch (limited to 'package/coreutils') diff --git a/package/coreutils/coreutils.patch b/package/coreutils/coreutils.patch deleted file mode 100644 index 0cc2f1a0e..000000000 --- a/package/coreutils/coreutils.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN coreutils-5.3.0/lib/regex.c coreutils-5.3.0-patched/lib/regex.c ---- coreutils-5.3.0/lib/regex.c 2004-10-05 01:30:48.000000000 -0500 -+++ coreutils-5.3.0-patched/lib/regex.c 2005-12-08 00:40:30.500238000 -0600 -@@ -8179,7 +8179,7 @@ - if (msg_size > errbuf_size) - { - #if defined HAVE_MEMPCPY || defined _LIBC -- *((char *) __mempcpy (errbuf, msg, errbuf_size - 1)) = '\0'; -+ *((char *) mempcpy (errbuf, msg, errbuf_size - 1)) = '\0'; - #else - memcpy (errbuf, msg, errbuf_size - 1); - errbuf[errbuf_size - 1] = 0; -- cgit v1.2.3