summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-01-19 00:03:30 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-01-19 00:03:30 +0000
commit251a2697b63562acfdeb3105c0e4cdf555be4089 (patch)
tree92439c79f28e8a6c91491acca02e65b19e31319f
parent7e552937f4ae822d87351bd9993a3b1f5bf4a02f (diff)
We don't have <sys/map.h> any more; Tim Tickel
-rw-r--r--usr.sbin/pstat/pstat.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c
index 908cd3247a9..e215040bf82 100644
--- a/usr.sbin/pstat/pstat.c
+++ b/usr.sbin/pstat/pstat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pstat.c,v 1.27 2001/08/11 01:27:47 pvalchev Exp $ */
+/* $OpenBSD: pstat.c,v 1.28 2002/01/19 00:03:29 millert Exp $ */
/* $NetBSD: pstat.c,v 1.27 1996/10/23 22:50:06 cgd Exp $ */
/*-
@@ -44,7 +44,7 @@ static char copyright[] =
#if 0
from: static char sccsid[] = "@(#)pstat.c 8.9 (Berkeley) 2/16/94";
#else
-static char *rcsid = "$OpenBSD: pstat.c,v 1.27 2001/08/11 01:27:47 pvalchev Exp $";
+static char *rcsid = "$OpenBSD: pstat.c,v 1.28 2002/01/19 00:03:29 millert Exp $";
#endif
#endif /* not lint */
@@ -52,7 +52,6 @@ static char *rcsid = "$OpenBSD: pstat.c,v 1.27 2001/08/11 01:27:47 pvalchev Exp
#include <sys/time.h>
#include <sys/buf.h>
#include <sys/vnode.h>
-#include <sys/map.h>
#include <sys/ucred.h>
#define _KERNEL
#include <sys/file.h>