diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-02-03 12:49:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-02-03 12:49:04 +0000 |
commit | cb5d8c0fa1e3cf6632dc06ee22fc94b847de1866 (patch) | |
tree | 56d5dd8fc821605b2d50e8c94cd62b99b1fc0f04 /sys/arch/sparc | |
parent | 169aeda2a946b41c887feafbe439a80b3e669648 (diff) |
repair confusion over kv/uv addr for siginfo_t storage
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/sparc/machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sparc/sparc/machdep.c b/sys/arch/sparc/sparc/machdep.c index 0e4ba58c863..9aa15c27dec 100644 --- a/sys/arch/sparc/sparc/machdep.c +++ b/sys/arch/sparc/sparc/machdep.c @@ -532,7 +532,7 @@ sendsig(catcher, sig, mask, code, type, val) if (psp->ps_siginfo & sigmask(sig)) { sf.sf_u.sfu_sip = &fp->sf_si; - initsiginfo(sf.sf_u.sfu_sip, sig, code, type, val); + initsiginfo(&sf.sf_si, sig, code, type, val); } /* |