diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-27 07:14:23 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-27 07:14:23 +0000 |
commit | 01774eec88fe9524f78ad3b591e72380bda7cbc2 (patch) | |
tree | 70aa101950db158418de12e6de60615dd53ef36a /sys/vm | |
parent | d9b0ec3aae572a6fc2adc68e67a1d1521e1ab3dc (diff) |
no more fork braindamage
Diffstat (limited to 'sys/vm')
-rw-r--r-- | sys/vm/vm_extern.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/vm/vm_extern.h b/sys/vm/vm_extern.h index 2446d545a9a..c9b45b665f4 100644 --- a/sys/vm/vm_extern.h +++ b/sys/vm/vm_extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_extern.h,v 1.21 2001/06/27 07:10:27 art Exp $ */ +/* $OpenBSD: vm_extern.h,v 1.22 2001/06/27 07:14:22 art Exp $ */ /* $NetBSD: vm_extern.h,v 1.20 1996/04/23 12:25:23 christos Exp $ */ /*- @@ -66,11 +66,7 @@ void thread_sleep_msg __P((void *, simple_lock_t, void vmapbuf __P((struct buf *, vsize_t)); void vunmapbuf __P((struct buf *, vsize_t)); void pagemove __P((caddr_t, caddr_t, size_t)); -#ifdef __FORK_BRAINDAMAGE -int cpu_fork __P((struct proc *, struct proc *, void *, size_t)); -#else void cpu_fork __P((struct proc *, struct proc *, void *, size_t)); -#endif #ifndef cpu_swapin void cpu_swapin __P((struct proc *)); #endif |