From f85d329ae9dd079f7bef86ffb38baa18cc72a1f7 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Sat, 26 Dec 1987 21:04:56 -0800 Subject: [PATCH] declare rmalloc, ANSI C fix SCCS-vsn: usr.sbin/pstat/pstat.c 5.16 --- usr/src/usr.sbin/pstat/pstat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/src/usr.sbin/pstat/pstat.c b/usr/src/usr.sbin/pstat/pstat.c index d7342d337c..98c37d1709 100644 --- a/usr/src/usr.sbin/pstat/pstat.c +++ b/usr/src/usr.sbin/pstat/pstat.c @@ -11,7 +11,7 @@ char copyright[] = #endif not lint #ifndef lint -static char sccsid[] = "@(#)pstat.c 5.15 (Berkeley) %G%"; +static char sccsid[] = "@(#)pstat.c 5.16 (Berkeley) %G%"; #endif not lint /* @@ -820,6 +820,7 @@ doswap() register struct mapent *me; register struct text *xp; int i, j; + long rmalloc(); nproc = getword(nl[SNPROC].n_value); ntext = getword(nl[SNTEXT].n_value); -- 2.20.1