summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2011-06-26 21:46:03 +0000
committertedu <tedu@openbsd.org>2011-06-26 21:46:03 +0000
commite8fc204abeb9d0a18516811d2a27ab4d7c5e2319 (patch)
treeee137b3f46d535f39583c06e34c232cd180632da
parentI see you hiding, scd (diff)
downloadwireguard-openbsd-e8fc204abeb9d0a18516811d2a27ab4d7c5e2319.tar.xz
wireguard-openbsd-e8fc204abeb9d0a18516811d2a27ab4d7c5e2319.zip
1.500 was a good revision, let's stay there a little longer. (revert accidental commit)
-rw-r--r--sys/arch/i386/i386/machdep.c4
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>