summaryrefslogtreecommitdiff
path: root/sbin/sysctl
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-11-05 23:15:26 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-11-05 23:15:26 +0000
commit89f533a815f6186b22f0df5bb9a7d2ba2e9f381c (patch)
treec1c699fee1bbc6d4f792ab1464e3155a680b3be7 /sbin/sysctl
parent808618873dc9953230c30cafea285cda4253c9a4 (diff)
No need to vm_param.h here.
Diffstat (limited to 'sbin/sysctl')
-rw-r--r--sbin/sysctl/sysctl.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c
index 12cfcb6f566..dac6ba64134 100644
--- a/sbin/sysctl/sysctl.c
+++ b/sbin/sysctl/sysctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sysctl.c,v 1.76 2001/08/02 11:09:39 art Exp $ */
+/* $OpenBSD: sysctl.c,v 1.77 2001/11/05 23:15:25 art Exp $ */
/* $NetBSD: sysctl.c,v 1.9 1995/09/30 07:12:50 thorpej Exp $ */
/*
@@ -44,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)sysctl.c 8.5 (Berkeley) 5/9/95";
#else
-static char *rcsid = "$OpenBSD: sysctl.c,v 1.76 2001/08/02 11:09:39 art Exp $";
+static char *rcsid = "$OpenBSD: sysctl.c,v 1.77 2001/11/05 23:15:25 art Exp $";
#endif
#endif /* not lint */
@@ -59,7 +59,6 @@ static char *rcsid = "$OpenBSD: sysctl.c,v 1.76 2001/08/02 11:09:39 art Exp $";
#include <sys/uio.h>
#include <sys/tty.h>
#include <sys/namei.h>
-#include <vm/vm_param.h>
#include <machine/cpu.h>
#include <net/route.h>