diff options
author | 2014-07-02 09:59:43 +0000 | |
---|---|---|
committer | 2014-07-02 09:59:43 +0000 | |
commit | b2a6df7917bc03b53b33504f09fecfd18f0cdab6 (patch) | |
tree | 74015b661cd717fefe83fafa359779f82bb938b6 /sys/kern/subr_disk.c | |
parent | Fix the column numbers associated with in_line_argn() macros; (diff) | |
download | wireguard-openbsd-b2a6df7917bc03b53b33504f09fecfd18f0cdab6.tar.xz wireguard-openbsd-b2a6df7917bc03b53b33504f09fecfd18f0cdab6.zip |
this doesnt talk to uvm directly, so doesnt need uvm_extern.h
deraadt says go ahead
Diffstat (limited to 'sys/kern/subr_disk.c')
-rw-r--r-- | sys/kern/subr_disk.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/subr_disk.c b/sys/kern/subr_disk.c index 6d1ba19d1a8..06d0723cb40 100644 --- a/sys/kern/subr_disk.c +++ b/sys/kern/subr_disk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: subr_disk.c,v 1.163 2014/01/24 10:25:56 krw Exp $ */ +/* $OpenBSD: subr_disk.c,v 1.164 2014/07/02 09:59:43 dlg Exp $ */ /* $NetBSD: subr_disk.c,v 1.17 1996/03/16 23:17:08 christos Exp $ */ /* @@ -57,7 +57,6 @@ #include <sys/proc.h> #include <sys/vnode.h> #include <sys/workq.h> -#include <uvm/uvm_extern.h> #include <sys/socket.h> #include <sys/socketvar.h> |