PERFORCE change 91211 for review
Robert Watson
rwatson at FreeBSD.org
Mon Feb 6 01:46:43 GMT 2006
http://perforce.freebsd.org/chv.cgi?CH=91211
Change 91211 by rwatson at rwatson_peppercorn on 2006/02/06 01:46:00
Restore comment accidentally removed at some point.
Affected files ...
.. //depot/projects/trustedbsd/audit3/sys/kern/kern_exit.c#11 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/sys/kern/kern_exit.c#11 (text+ko) ====
@@ -428,6 +428,9 @@
LIST_REMOVE(p, p_hash);
sx_xunlock(&allproc_lock);
+ /*
+ * Reparent all of our children to init.
+ */
sx_xlock(&proctree_lock);
q = LIST_FIRST(&p->p_children);
if (q != NULL) /* only need this if any child is S_ZOMB */
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list