diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-08 17:19:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-08 17:19:27 +0000 |
commit | ca6b780f3bfa5c9a89ba92e6cd2521c9329cdc0f (patch) | |
tree | 42548dbe5d3a602c490a5126d137dcdef5c71c6f /sys/kern/kern_sysctl.c | |
parent | 0ed1c38073e501cc08c2d664396820fe904f718c (diff) |
decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h
don't need to be married.
ok guenther miod beck jsing kettenis
Diffstat (limited to 'sys/kern/kern_sysctl.c')
-rw-r--r-- | sys/kern/kern_sysctl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/kern_sysctl.c b/sys/kern/kern_sysctl.c index e3371250659..3b3f3bc43a0 100644 --- a/sys/kern/kern_sysctl.c +++ b/sys/kern/kern_sysctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_sysctl.c,v 1.254 2014/07/08 07:10:12 dlg Exp $ */ +/* $OpenBSD: kern_sysctl.c,v 1.255 2014/07/08 17:19:25 deraadt Exp $ */ /* $NetBSD: kern_sysctl.c,v 1.17 1996/05/20 17:49:05 mrg Exp $ */ /*- @@ -55,7 +55,6 @@ #include <sys/tty.h> #include <sys/disklabel.h> #include <sys/disk.h> -#include <uvm/uvm_extern.h> #include <sys/sysctl.h> #include <sys/msgbuf.h> #include <sys/dkstat.h> |