diff options
author | Thierry Deval <tdeval@cvs.openbsd.org> | 2004-02-18 16:40:07 +0000 |
---|---|---|
committer | Thierry Deval <tdeval@cvs.openbsd.org> | 2004-02-18 16:40:07 +0000 |
commit | f77c869a99b68560c0dd2e7250eab84870cf0ef8 (patch) | |
tree | 59fa27fe67656fc9dd9ac2554dd8cfb154f250fa /sys/arch | |
parent | f56a9129c54120dc6b5ed5417b49ca540d602da5 (diff) |
Stealth typo. ok deraadt@, millert@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/amd64/syscall.c | 4 |
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 |