summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-10-16 23:12:07 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-10-16 23:12:07 +0000
commit4cdbfeaa78964923e3d25d62b2a2b23c6708942e (patch)
treedbdaca8bcb6a23a34c1156dc9422b78891bc68ed
parentf733a70dbd74f5c08394c1dd73d28a165cd44a40 (diff)
contextual usage
-rw-r--r--sys/arch/i386/i386/vm_machdep.c4
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