summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-11-06 14:53:35 +0000
committerjmallett <jmallett@FreeBSD.org>2002-11-06 14:53:35 +0000
commite1d1292908877aa20f42d58ae48140a142cfb1d2 (patch)
tree3ba114075cb0cbb359caf4c988fc610e44cf2461 /sys/alpha
parente47c24189203bdde0576b1ee3934cb7cb316531f (diff)
downloadFreeBSD-src-e1d1292908877aa20f42d58ae48140a142cfb1d2.zip
FreeBSD-src-e1d1292908877aa20f42d58ae48140a142cfb1d2.tar.gz
Remove what was a temporary bogus assignment of bits of siginfo_t, as it does
not look like the prerequisites to fill it in properly will be in the tree for the upcoming release, but it's mostly done, so there is no need for these to stay around to remind us.
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/alpha/machdep.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c
index 888eb42..796b250 100644
--- a/sys/alpha/alpha/machdep.c
+++ b/sys/alpha/alpha/machdep.c
@@ -1370,8 +1370,6 @@ freebsd4_sendsig(sig_t catcher, int sig, sigset_t *mask, u_long code)
sf.sf_si.si_signo = sig;
sf.sf_si.si_code = code;
sf.sf_si.si_addr = (void*)frame->tf_regs[FRAME_TRAPARG_A0];
- sf.sf_si.si_pid = p->p_pid;
- sf.sf_si.si_uid = p->p_ucred->cr_uid;
}
else
frame->tf_regs[FRAME_A1] = code;
@@ -1512,8 +1510,6 @@ sendsig(sig_t catcher, int sig, sigset_t *mask, u_long code)
sf.sf_si.si_signo = sig;
sf.sf_si.si_code = code;
sf.sf_si.si_addr = (void*)frame->tf_regs[FRAME_TRAPARG_A0];
- sf.sf_si.si_pid = p->p_pid;
- sf.sf_si.si_uid = p->p_ucred->cr_uid;
}
else
frame->tf_regs[FRAME_A1] = code;
OpenPOWER on IntegriCloud