summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
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/sparc64
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/sparc64')
-rw-r--r--sys/sparc64/sparc64/machdep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sparc64/sparc64/machdep.c b/sys/sparc64/sparc64/machdep.c
index 8203056..a387704 100644
--- a/sys/sparc64/sparc64/machdep.c
+++ b/sys/sparc64/sparc64/machdep.c
@@ -424,8 +424,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 *)tf->tf_sfar;
- sf.sf_si.si_pid = p->p_pid;
- sf.sf_si.si_uid = td->td_ucred->cr_uid;
/* Copy the sigframe out to the user's stack. */
if (rwindow_save(td) != 0 || copyout(&sf, sfp, sizeof(*sfp)) != 0 ||
OpenPOWER on IntegriCloud