From 0c41de284cac2d93d6c44f4ec2c0b486c48cf61c Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Tue, 19 Nov 2002 02:28:51 +0000 Subject: [PATCH] Extraneous malloc declaration --- oncrpc/rpc/types.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/oncrpc/rpc/types.h b/oncrpc/rpc/types.h index 1008af0..123049d 100644 --- a/oncrpc/rpc/types.h +++ b/oncrpc/rpc/types.h @@ -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) -- 2.1.4