summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/amd64/amd64/syscall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/syscall.c b/sys/arch/amd64/amd64/syscall.c
index b8fc478e06b..7927de637b7 100644
--- a/sys/arch/amd64/amd64/syscall.c
+++ b/sys/arch/amd64/amd64/syscall.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: syscall.c,v 1.4 2004/02/09 19:14:27 mickey Exp $ */
+/* $OpenBSD: syscall.c,v 1.5 2004/02/18 16:40:06 tdeval Exp $ */
/* $NetBSD: syscall.c,v 1.1 2003/04/26 18:39:32 fvdl Exp $ */
/*-
@@ -329,7 +329,7 @@ child_return(void *arg)
tf->tf_rdx = 1;
tf->tf_rflags &= ~PSL_C;
- KERNEL_PROC_UNLOCK(l);
+ KERNEL_PROC_UNLOCK(p);
userret(p);
#ifdef KTRACE