svn commit: trunk/buildroot/package: coreutils diffutils

vapier at uclibc.org vapier at uclibc.org
Thu Dec 8 23:55:24 UTC 2005


Author: vapier
Date: 2005-12-08 15:55:23 -0800 (Thu, 08 Dec 2005)
New Revision: 12769

Log:
we dont need these patches

Removed:
   trunk/buildroot/package/coreutils/coreutils.patch
   trunk/buildroot/package/diffutils/diffutils.patch


Changeset:
Deleted: trunk/buildroot/package/coreutils/coreutils.patch
===================================================================
--- trunk/buildroot/package/coreutils/coreutils.patch	2005-12-08 22:59:35 UTC (rev 12768)
+++ trunk/buildroot/package/coreutils/coreutils.patch	2005-12-08 23:55:23 UTC (rev 12769)
@@ -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;

Deleted: trunk/buildroot/package/diffutils/diffutils.patch
===================================================================
--- trunk/buildroot/package/diffutils/diffutils.patch	2005-12-08 22:59:35 UTC (rev 12768)
+++ trunk/buildroot/package/diffutils/diffutils.patch	2005-12-08 23:55:23 UTC (rev 12769)
@@ -1,12 +0,0 @@
-diff -ur diffutils-2.8.4/lib/regex.c diffutils-2.8.4-patched/lib/regex.c
---- diffutils-2.8.4/lib/regex.c	2002-03-01 01:44:52.000000000 -0600
-+++ diffutils-2.8.4-patched/lib/regex.c	2005-12-08 00:44:03.101524750 -0600
-@@ -8314,7 +8314,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;




More information about the uClibc-cvs mailing list