Use <stdlib.h>, not <malloc.h>
authortholo <tholo@openbsd.org>
Wed, 25 Dec 1996 01:19:17 +0000 (01:19 +0000)
committertholo <tholo@openbsd.org>
Wed, 25 Dec 1996 01:19:17 +0000 (01:19 +0000)
usr.sbin/rpc.pcnfsd/pcnfsd_print.c
usr.sbin/rpc.pcnfsd/pcnfsd_test.c

index 515fce5..6cbb435 100644 (file)
@@ -18,7 +18,7 @@
 **=====================================================================
 */
 #include "pcnfsd.h"
-#include <malloc.h>
+#include <stdlib.h>
 #include <stdio.h>
 #include <pwd.h>
 #include <sys/file.h>
index 1a35614..7533aac 100644 (file)
@@ -3,7 +3,7 @@
 /* RE_SID: @(%)/usr/dosnfs/shades_SCCS/unix/pcnfsd/v2/src/SCCS/s.pcnfsd_test.c 1.2 92/01/27 18:00:39 SMI */
 #include <stdio.h>
 #include <rpc/rpc.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include "pcnfsd.h"
 
 CLIENT *cl;