From: Scott Cantor Date: Tue, 19 Nov 2002 02:28:51 +0000 (+0000) Subject: Extraneous malloc declaration X-Git-Tag: 1.2.1~955 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=0c41de284cac2d93d6c44f4ec2c0b486c48cf61c;p=shibboleth%2Fcpp-sp.git Extraneous malloc declaration --- 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)