patches/glibc/2.3.2/errlist-awk.patch
changeset 330 447b203edc2e
parent 329 419d959441ed
child 331 0c05f9ea3254
     1.1 --- a/patches/glibc/2.3.2/errlist-awk.patch	Tue Aug 14 19:32:22 2007 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,11 +0,0 @@
     1.4 ---- glibc-2.3.2/sysdeps/gnu/errlist.awk.old	Tue May 27 18:10:37 2003
     1.5 -+++ glibc-2.3.2/sysdeps/gnu/errlist.awk	Tue May 27 18:10:47 2003
     1.6 -@@ -39,7 +39,7 @@
     1.7 - 
     1.8 -     print "/* This file is generated from errno.texi by errlist.awk.  */"
     1.9 -     print "";
    1.10 --    print "#include <errno.h>";
    1.11 -+    print "#include <stdlib/errno.h>";
    1.12 -     print "#include <libintl.h>";
    1.13 -     print "";
    1.14 -     print "#ifndef ERR_REMAP";