don't need pathnames.h any more
authorJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Fri, 11 Feb 1994 15:09:06 +0000 (07:09 -0800)
committerJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Fri, 11 Feb 1994 15:09:06 +0000 (07:09 -0800)
SCCS-vsn: usr.sbin/pstat/pstat.c 8.8

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

index 701ac61..852481a 100644 (file)
@@ -12,7 +12,7 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)pstat.c    8.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)pstat.c    8.8 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -45,8 +45,6 @@ static char sccsid[] = "@(#)pstat.c   8.7 (Berkeley) %G%";
 #include <string.h>
 #include <unistd.h>
 
 #include <string.h>
 #include <unistd.h>
 
-#include "pathnames.h"
-
 struct nlist nl[] = {
 #define VM_SWAPMAP     0
        { "_swapmap" }, /* list of free swap areas */
 struct nlist nl[] = {
 #define VM_SWAPMAP     0
        { "_swapmap" }, /* list of free swap areas */