aboutsummaryrefslogtreecommitdiffstats
path: root/coreutils/coreutils-5.0/malloc.patch
blob: 079b57b94e892a20c358de2eba969a52ace17f06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Made by http://www.mn-logistik.de/unsupported/pxa250/patcher
#

--- coreutils-5.0/lib/putenv.c~malloc
+++ coreutils-5.0/lib/putenv.c
@@ -34,9 +34,11 @@
 char *malloc ();
 void free ();
 
+#if 0
 #if defined (__GNU_LIBRARY__) || defined (HAVE_STRING_H)
 # include <string.h>
 #endif
+#endif
 #if defined (__GNU_LIBRARY__) || defined (HAVE_UNISTD_H)
 # include <unistd.h>
 #endif