diff options
author | 2014-07-08 17:19:21 +0000 | |
---|---|---|
committer | 2014-07-08 17:19:21 +0000 | |
commit | e6c6495d62998a12dd778aed8d40dc250167a61c (patch) | |
tree | 2b50a8e57aace4e345507cb43ee6062af61f6a1f /sys/kern/subr_poison.c | |
parent | Cleanup of getopt argument: -p is not supported anymore. (diff) | |
download | wireguard-openbsd-e6c6495d62998a12dd778aed8d40dc250167a61c.tar.xz wireguard-openbsd-e6c6495d62998a12dd778aed8d40dc250167a61c.zip |
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/subr_poison.c')
-rw-r--r-- | sys/kern/subr_poison.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/subr_poison.c b/sys/kern/subr_poison.c index b815404efef..725d001adb0 100644 --- a/sys/kern/subr_poison.c +++ b/sys/kern/subr_poison.c @@ -1,4 +1,4 @@ -/* $OpenBSD: subr_poison.c,v 1.7 2014/05/19 14:30:03 tedu Exp $ */ +/* $OpenBSD: subr_poison.c,v 1.8 2014/07/08 17:19:25 deraadt Exp $ */ /* * Copyright (c) 2013 Ted Unangst <tedu@openbsd.org> * @@ -18,7 +18,6 @@ #include <sys/types.h> #include <sys/param.h> #include <sys/malloc.h> -#include <uvm/uvm_extern.h> /* * The POISON is used as known text to copy into free objects so |