From a8b1e5be582ec0cc5957d5a29bdbd8261f919405 Mon Sep 17 00:00:00 2001 From: John Birrell Date: Fri, 20 Feb 1998 04:38:20 +0000 Subject: [PATCH] Replace incomplete malloc prototype with #include to get the proper one. --- usr.bin/newkey/update.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/newkey/update.c b/usr.bin/newkey/update.c index c6b663d84bb..1c33bcbb371 100644 --- a/usr.bin/newkey/update.c +++ b/usr.bin/newkey/update.c @@ -32,7 +32,7 @@ static char sccsid[] = "@(#)update.c 1.2 91/03/11 Copyr 1986 Sun Micro"; #endif static const char rcsid[] = - "$Id$"; + "$Id: update.c,v 1.2 1997/07/29 06:54:16 charnier Exp $"; #endif /* @@ -43,6 +43,7 @@ static const char rcsid[] = * Administrative tool to add a new user to the publickey database */ #include +#include #include #include #ifdef YP @@ -241,7 +242,6 @@ basename(path) #define ERR_WRITE 4 #define ERR_DBASE 5 #define ERR_KEY 6 -extern char *malloc(); static int match __P(( char * , char * ));