]> git.pld-linux.org Git - packages/grep.git/commitdiff
- missing ac update
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 28 Aug 2007 19:10:09 +0000 (19:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    grep-strerror.patch -> 1.1

grep-strerror.patch [new file with mode: 0644]

diff --git a/grep-strerror.patch b/grep-strerror.patch
new file mode 100644 (file)
index 0000000..0bfa931
--- /dev/null
@@ -0,0 +1,11 @@
+--- grep-2.5.3/lib/error.c.orig        2007-06-28 20:57:18.000000000 +0200
++++ grep-2.5.3/lib/error.c     2007-08-28 19:41:36.200139404 +0200
+@@ -249,7 +249,7 @@
+     {
+ #if defined HAVE_STRERROR_R || _LIBC
+       char errbuf[1024];
+-# if HAVE_WORKING_STRERROR_R || _LIBC
++# if STRERROR_R_CHAR_P || _LIBC
+       fprintf (stderr, ": %s", __strerror_r (errnum, errbuf, sizeof errbuf));
+ # else
+       /* Don't use __strerror_r's return value because on some systems
This page took 0.042796 seconds and 4 git commands to generate.