patches/glibc/2.3.2/errlist-awk.patch
changeset 1 eeea35fbf182
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/glibc/2.3.2/errlist-awk.patch	Sat Feb 24 11:00:05 2007 +0000
     1.3 @@ -0,0 +1,11 @@
     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";