diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-19 06:45:32 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-19 06:45:32 +0000 |
commit | a73e733d83149df9a827961a6864c1416bf10b48 (patch) | |
tree | 6fb98fc468d3482b3a963f3796e956d4618c74de /sys/vm/vm_glue.c | |
parent | c913f8ce2d2e0c69d32752c2e4b62eb3f58a821d (diff) |
NetBSD 960317 merge
Diffstat (limited to 'sys/vm/vm_glue.c')
-rw-r--r-- | sys/vm/vm_glue.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index 65cb852f00f..2707f96ea0a 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -1,5 +1,5 @@ -/* $OpenBSD: vm_glue.c,v 1.11 1996/03/24 17:05:35 tholo Exp $ */ -/* $NetBSD: vm_glue.c,v 1.52 1996/02/12 21:51:59 christos Exp $ */ +/* $OpenBSD: vm_glue.c,v 1.12 1996/04/19 06:45:31 niklas Exp $ */ +/* $NetBSD: vm_glue.c,v 1.53 1996/02/18 22:53:43 mycroft Exp $ */ /* * Copyright (c) 1991, 1993 @@ -228,7 +228,7 @@ vm_fork(p1, p2) shmfork(p1, p2); #endif -#if !defined(i386) && !defined(pc532) +#if !defined(pc532) /* * Allocate a wired-down (for now) pcb and kernel stack for the process */ |