diff options
author | 1996-10-16 23:12:06 +0000 | |
---|---|---|
committer | 1996-10-16 23:12:06 +0000 | |
commit | 8314223b9a07883a29a065e324f3caae7b6eaac0 (patch) | |
tree | a188f4d99f55c7beaaebb3a528552ef5129bba45 | |
parent | proto (diff) | |
download | wireguard-openbsd-8314223b9a07883a29a065e324f3caae7b6eaac0.tar.xz wireguard-openbsd-8314223b9a07883a29a065e324f3caae7b6eaac0.zip |
contextual usage
-rw-r--r-- | sys/arch/i386/i386/vm_machdep.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/i386/vm_machdep.c b/sys/arch/i386/i386/vm_machdep.c index 1e53a0a5b9d..e0842336aec 100644 --- a/sys/arch/i386/i386/vm_machdep.c +++ b/sys/arch/i386/i386/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.11 1996/05/07 07:21:59 deraadt Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.12 1996/10/16 23:12:06 deraadt Exp $ */ /* $NetBSD: vm_machdep.c,v 1.61 1996/05/03 19:42:35 christos Exp $ */ /*- @@ -185,7 +185,9 @@ void cpu_exit(p) register struct proc *p; { +#ifdef USER_LDT struct pcb *pcb; +#endif struct vmspace *vm; #if NNPX > 0 |