]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/coreutils/coreutils-5.0/malloc.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / coreutils / coreutils-5.0 / malloc.patch
1
2 #
3 # Made by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- coreutils-5.0/lib/putenv.c~malloc
7 +++ coreutils-5.0/lib/putenv.c
8 @@ -34,9 +34,11 @@
9  char *malloc ();
10  void free ();
11  
12 +#if 0
13  #if defined (__GNU_LIBRARY__) || defined (HAVE_STRING_H)
14  # include <string.h>
15  #endif
16 +#endif
17  #if defined (__GNU_LIBRARY__) || defined (HAVE_UNISTD_H)
18  # include <unistd.h>
19  #endif