diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-09-18 05:06:18 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-09-18 05:06:18 +0000 |
commit | ee87e8b1e266cafced151750c1a77346f6f5b08c (patch) | |
tree | 8fee43bb65629c7c1ed88a8f2378ef2da16a4c86 /sys/arch/hppa | |
parent | f06c374d9ebfc93d41741cdb71cc8279b64c59b0 (diff) |
oops
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/hppa/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/machdep.c b/sys/arch/hppa/hppa/machdep.c index 4dd68f4c8e2..6d23ab74c06 100644 --- a/sys/arch/hppa/hppa/machdep.c +++ b/sys/arch/hppa/hppa/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.135 2004/09/15 21:32:43 mickey Exp $ */ +/* $OpenBSD: machdep.c,v 1.136 2004/09/18 05:06:17 mickey Exp $ */ /* * Copyright (c) 1999-2003 Michael Shalayeff @@ -1274,7 +1274,7 @@ sendsig(catcher, sig, mask, code, type, val) struct sigacts *psp = p->p_sigacts; struct sigcontext ksc; siginfo_t ksi; - register_t scp, sip; + register_t scp, sip, zero; int sss; #ifdef DEBUG |