From: ceriel Date: Mon, 2 Dec 1991 15:30:28 +0000 (+0000) Subject: Made acceptable for our ANSI C compiler X-Git-Tag: release-5-5~578 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d162f3edb058e514a3eccdd28fa983f3065fc5d2;p=ack.git Made acceptable for our ANSI C compiler --- diff --git a/mach/proto/top/top.c b/mach/proto/top/top.c index 482a3cc08..ef7814ba9 100644 --- a/mach/proto/top/top.c +++ b/mach/proto/top/top.c @@ -17,7 +17,6 @@ extern instr_p gen_instr(); extern char * malloc(); extern char *strcat(); extern char *strcpy(); -extern char *sprintf(); extern char *strncpy(); struct variable var[NRVARS+1];