diff options
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 |