diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-10 13:26:47 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-10 13:26:47 +0000 |
commit | 7ee4ee624c4278b659a591b7f2846360924d1d72 (patch) | |
tree | d81509eff8a841861a5e6c5815962c3ae8a6b2d5 /proc | |
parent | caff2198ecfb66372a69c0cd30dfe39eb64f690b (diff) |
(S_proc_exception_raise): Fetch sigcode from correctly named member of
HSD.
Diffstat (limited to 'proc')
-rw-r--r-- | proc/mgt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -448,7 +448,7 @@ S_proc_exception_raise (mach_port_t excport, _hurd_exception2signal (&hsd, &signo); p->p_exiting = 1; p->p_status = W_EXITCODE (0, signo); - p->p_sigcode = hsd.subcode; + p->p_sigcode = hsd.code; /* Nuke the task; we will get a notification message and report it died with SIGNO. */ |