diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2011-06-26 21:46:04 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2011-06-26 21:46:04 +0000 |
commit | 8777afadb78a504bb146464ca70840c7871d0a03 (patch) | |
tree | 75004933a5436b772326ab0e888cc832bb1ea6db /sys/arch/i386 | |
parent | 23220a54d3edfde4f1c4ed69eeb51c4d7bd4c5dd (diff) |
1.500 was a good revision, let's stay there a little longer. (revert accidental commit)
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/i386/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index 4f00a58d790..a87f5d910d0 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.501 2011/06/26 21:37:52 tedu Exp $ */ +/* $OpenBSD: machdep.c,v 1.502 2011/06/26 21:46:03 tedu Exp $ */ /* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */ /*- @@ -83,6 +83,7 @@ #include <sys/mbuf.h> #include <sys/msgbuf.h> #include <sys/mount.h> +#include <sys/vnode.h> #include <sys/device.h> #include <sys/extent.h> #include <sys/sysctl.h> @@ -100,7 +101,6 @@ #include <uvm/uvm_extern.h> #include <uvm/uvm_swap.h> -#include <uvm/uvm.h> #include <machine/bus.h> |