Add comment.

This commit is contained in:
Christopher Faylor 2000-10-25 14:18:56 +00:00
parent 2e78b61dca
commit 45a7e9572f
1 changed files with 1 additions and 0 deletions

View File

@ -1038,6 +1038,7 @@ do_exit (int status)
sigproc_printf ("%d == sid %d, send SIGHUP to children",
myself->pid, myself->sid);
/* CGF FIXME: This can't be right. */
if (tp->getsid () == myself->sid)
kill_pgrp (tp->getpgid (), SIGHUP);
}