From f77c869a99b68560c0dd2e7250eab84870cf0ef8 Mon Sep 17 00:00:00 2001 From: Thierry Deval Date: Wed, 18 Feb 2004 16:40:07 +0000 Subject: Stealth typo. ok deraadt@, millert@ --- sys/arch/amd64/amd64/syscall.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/amd64') 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 -- cgit v1.2.3