diff options
Diffstat (limited to 'sys/uvm/uvm_unix.c')
-rw-r--r-- | sys/uvm/uvm_unix.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/uvm/uvm_unix.c b/sys/uvm/uvm_unix.c index f5d33a3e188..271f0ec2edc 100644 --- a/sys/uvm/uvm_unix.c +++ b/sys/uvm/uvm_unix.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_unix.c,v 1.37 2009/06/06 21:25:21 deraadt Exp $ */ +/* $OpenBSD: uvm_unix.c,v 1.38 2009/06/17 00:13:59 oga Exp $ */ /* $NetBSD: uvm_unix.c,v 1.18 2000/09/13 15:00:25 thorpej Exp $ */ /* @@ -147,8 +147,6 @@ uvm_grow(struct proc *p, vaddr_t sp) vm->vm_ssize += si; } -#ifndef SMALL_KERNEL - /* * uvm_coredump: dump core! */ @@ -322,5 +320,3 @@ uvm_coredump_walkmap(struct proc *p, void *iocookie, return (0); } - -#endif /* !SMALL_KERNEL */ |