From 1b8212423d18de6bee414454b78481a5287cd496 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 6 Oct 1999 20:37:26 +0000 Subject: Modified to avoid conflicts on definitions of malloc. newlib 1.8.2 now prototypes the malloc family in stdlib.h. This causes conflicts with the way the network stack overrides the definitions of malloc. As best I (being Joel) can tell, commenting stdlib.h out keeps the files compiling and referencing the desired malloc/free but results in more warnings. --- c/src/lib/libbsp/powerpc/mvme2307/network/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib') diff --git a/c/src/lib/libbsp/powerpc/mvme2307/network/network.c b/c/src/lib/libbsp/powerpc/mvme2307/network/network.c index 6e4e0b2ed2..6f147ec6f0 100644 --- a/c/src/lib/libbsp/powerpc/mvme2307/network/network.c +++ b/c/src/lib/libbsp/powerpc/mvme2307/network/network.c @@ -17,7 +17,7 @@ #include #endif -#include +/* #include */ #include #include #include -- cgit v1.2.3