patch-2.1.72 linux/fs/proc/array.c
Next file: linux/fs/select.c
Previous file: linux/fs/pipe.c
Back to the patch index
Back to the overall index
-  Lines: 16
-  Date:
Tue Dec  9 09:31:19 1997
-  Orig file: 
v2.1.71/linux/fs/proc/array.c
-  Orig date: 
Mon Dec  1 12:04:14 1997
diff -u --recursive --new-file v2.1.71/linux/fs/proc/array.c linux/fs/proc/array.c
@@ -685,6 +685,7 @@
 
 	buffer += sprintf(buffer, "SigPnd:\t");
 	buffer = render_sigset_t(&p->signal, buffer);
+	*buffer++ = '\n';
 	buffer += sprintf(buffer, "SigBlk:\t");
 	buffer = render_sigset_t(&p->blocked, buffer);
 	*buffer++ = '\n';
@@ -692,6 +693,7 @@
 	collect_sigign_sigcatch(p, &ign, &catch);
 	buffer += sprintf(buffer, "SigIgn:\t");
 	buffer = render_sigset_t(&ign, buffer);
+	*buffer++ = '\n';
 	buffer += sprintf(buffer, "SigCat:\t");
 	buffer = render_sigset_t(&catch, buffer);
 	*buffer++ = '\n';
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov