declare rmalloc, ANSI C fix
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 27 Dec 1987 05:04:56 +0000 (21:04 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 27 Dec 1987 05:04:56 +0000 (21:04 -0800)
SCCS-vsn: usr.sbin/pstat/pstat.c 5.16

usr/src/usr.sbin/pstat/pstat.c

index d7342d3..98c37d1 100644 (file)
@@ -11,7 +11,7 @@ char copyright[] =
 #endif not lint
 
 #ifndef lint
 #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
 
 /*
 #endif not lint
 
 /*
@@ -820,6 +820,7 @@ doswap()
        register struct mapent *me;
        register struct text *xp;
        int i, j;
        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);
 
        nproc = getword(nl[SNPROC].n_value);
        ntext = getword(nl[SNTEXT].n_value);