Extraneous malloc declaration
authorScott Cantor <cantor.2@osu.edu>
Tue, 19 Nov 2002 02:28:51 +0000 (02:28 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 19 Nov 2002 02:28:51 +0000 (02:28 +0000)
oncrpc/rpc/types.h

index 1008af0..123049d 100644 (file)
@@ -59,9 +59,6 @@
 #      define NULL 0
 #endif
 
-#ifndef WIN32
-extern char *malloc();
-#endif
 #define mem_alloc      malloc
 #define mem_free(ptr, bsize)   free(ptr)