summaryrefslogtreecommitdiffstats
path: root/sys/amd64
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/amd64
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/amd64')
-rw-r--r--sys/amd64/amd64/machdep.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index ff69b56..c7efb3b 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -472,8 +472,6 @@ freebsd4_sendsig(catcher, sig, mask, code)
sf.sf_si.si_signo = sig;
sf.sf_si.si_code = code;
sf.sf_si.si_addr = (void *)regs->tf_err;
- sf.sf_si.si_pid = p->p_pid;
- sf.sf_si.si_uid = p->p_ucred->cr_uid;
} else {
/* Old FreeBSD-style arguments. */
sf.sf_siginfo = code;
@@ -609,8 +607,6 @@ sendsig(catcher, sig, mask, code)
sf.sf_si.si_signo = sig;
sf.sf_si.si_code = code;
sf.sf_si.si_addr = (void *)regs->tf_err;
- sf.sf_si.si_pid = p->p_pid;
- sf.sf_si.si_uid = p->p_ucred->cr_uid;
} else {
/* Old FreeBSD-style arguments. */
sf.sf_siginfo = code;
OpenPOWER on IntegriCloud