summaryrefslogtreecommitdiffstats
path: root/sys/uvm/uvm_vnode.c
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2001-09-11 20:05:20 +0000
committermiod <miod@openbsd.org>2001-09-11 20:05:20 +0000
commitdb4303be15405a17e2bde36545404a533695959d (patch)
treebfa38e550bec016538f90d462b98a08412a519fb /sys/uvm/uvm_vnode.c
parentyes this is a configure diff, but this library order is needed for static library linking (diff)
downloadwireguard-openbsd-db4303be15405a17e2bde36545404a533695959d.tar.xz
wireguard-openbsd-db4303be15405a17e2bde36545404a533695959d.zip
Don't include <vm/vm_kern.h> if you don't need foo_map.
Diffstat (limited to 'sys/uvm/uvm_vnode.c')
-rw-r--r--sys/uvm/uvm_vnode.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/uvm/uvm_vnode.c b/sys/uvm/uvm_vnode.c
index f24605a1404..ba2af86d07d 100644
--- a/sys/uvm/uvm_vnode.c
+++ b/sys/uvm/uvm_vnode.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_vnode.c,v 1.19 2001/09/05 19:22:23 deraadt Exp $ */
+/* $OpenBSD: uvm_vnode.c,v 1.20 2001/09/11 20:05:26 miod Exp $ */
/* $NetBSD: uvm_vnode.c,v 1.33 2000/05/19 03:45:05 thorpej Exp $ */
/*
@@ -64,7 +64,6 @@
#include <vm/vm.h>
#include <vm/vm_page.h>
-#include <vm/vm_kern.h>
#include <uvm/uvm.h>
#include <uvm/uvm_vnode.h>