ANSI malloc returns void *
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 31 Oct 1990 01:28:13 +0000 (17:28 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 31 Oct 1990 01:28:13 +0000 (17:28 -0800)
SCCS-vsn: lib/librpc/rpc/xdr.c 1.2
SCCS-vsn: sbin/umount/umount.c 5.15

usr/src/lib/librpc/rpc/xdr.c
usr/src/sbin/umount/umount.c

index b8248c2..6c379c9 100644 (file)
@@ -42,7 +42,6 @@ static char sccsid[] = "@(#)xdr.c 1.35 87/08/12";
  */
 
 #include <stdio.h>
  */
 
 #include <stdio.h>
-char *malloc();
 
 #include <rpc/types.h>
 #include <rpc/xdr.h>
 
 #include <rpc/types.h>
 #include <rpc/xdr.h>
index 79cd74e..aa34502 100644 (file)
@@ -23,7 +23,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)umount.c   5.14 (Berkeley) %G%";
+static char sccsid[] = "@(#)umount.c   5.15 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*