patch-2.4.0-test8 linux/fs/proc/array.c
Next file: linux/fs/proc/kcore.c
Previous file: linux/fs/partitions/check.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Sep 1 14:32:17 2000
- Orig file:
v2.4.0-test7/linux/fs/proc/array.c
- Orig date:
Wed Aug 23 18:36:38 2000
diff -u --recursive --new-file v2.4.0-test7/linux/fs/proc/array.c linux/fs/proc/array.c
@@ -241,7 +241,7 @@
sigset_t ign, catch;
buffer += sprintf(buffer, "SigPnd:\t");
- buffer = render_sigset_t(&p->signal, buffer);
+ buffer = render_sigset_t(&p->pending.signal, buffer);
*buffer++ = '\n';
buffer += sprintf(buffer, "SigBlk:\t");
buffer = render_sigset_t(&p->blocked, buffer);
@@ -382,7 +382,7 @@
* It must be decimal for Linux 2.0 compatibility.
* Use /proc/#/status for real-time signals.
*/
- task->signal .sig[0] & 0x7fffffffUL,
+ task->pending.signal.sig[0] & 0x7fffffffUL,
task->blocked.sig[0] & 0x7fffffffUL,
sigign .sig[0] & 0x7fffffffUL,
sigcatch .sig[0] & 0x7fffffffUL,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)