diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-03-17 00:59:55 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-03-17 00:59:55 +0000 |
commit | a7f89a96afbd4de957dbbc20a17c50862dda9a8f (patch) | |
tree | 050cca45e393ee9511577a81f0c2495b85a21f47 /sys | |
parent | 6623b2526615353b1e4394ba4c58eeacac5c4883 (diff) |
one sysctl.h should be enough
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/i386/machdep.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index aca1e054107..3da7375f1bf 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.285 2004/03/10 23:02:53 tom Exp $ */ +/* $OpenBSD: machdep.c,v 1.286 2004/03/17 00:59:54 tedu Exp $ */ /* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */ /*- @@ -115,8 +115,6 @@ #include <uvm/uvm_extern.h> -#include <sys/sysctl.h> - #define _I386_BUS_DMA_PRIVATE #include <machine/bus.h> |