summaryrefslogtreecommitdiffstats
path: root/sys/svr4
diff options
context:
space:
mode:
Diffstat (limited to 'sys/svr4')
-rw-r--r--sys/svr4/svr4_signal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/svr4/svr4_signal.c b/sys/svr4/svr4_signal.c
index 5b8838c..791e9f2 100644
--- a/sys/svr4/svr4_signal.c
+++ b/sys/svr4/svr4_signal.c
@@ -602,7 +602,7 @@ svr4_sys_context(p, uap)
case 0:
DPRINTF(("getcontext(%p)\n", uap->uc));
svr4_getcontext(p, &uc, &p->p_sigmask,
- p->p_sigacts->ps_sigstk.ss_flags & SS_ONSTACK);
+ p->p_sigstk.ss_flags & SS_ONSTACK);
return copyout(&uc, uap->uc, sizeof(uc));
case 1:
OpenPOWER on IntegriCloud