diff options
author | 2004-09-18 05:06:17 +0000 | |
---|---|---|
committer | 2004-09-18 05:06:17 +0000 | |
commit | 8893fa542f327b367dc09772db38cd4f37e21643 (patch) | |
tree | 7e52349b7a012efaf7ca757a7359916dbd2edee8 | |
parent | Update to sendmail-8.13.1 (diff) | |
download | wireguard-openbsd-8893fa542f327b367dc09772db38cd4f37e21643.tar.xz wireguard-openbsd-8893fa542f327b367dc09772db38cd4f37e21643.zip |
oops
-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 |