[1065] in Source-Commits
athena/etc/xdm/xlogin xlogin.c
daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Feb 5 13:00:06 1997
From: Greg Hudson <ghudson@MIT.EDU>
To: source-commits@MIT.EDU
Date: Wed, 05 Feb 1997 13:00:02 EST
Update of /afs/dev.mit.edu/source/repository/athena/etc/xdm/xlogin
In directory the-light-fantastic:/afs/dev.mit.edu/user/ghudson/athena/etc/xdm/xlogin
Modified Files:
xlogin.c
Log Message:
No change, just a note. In the previous revision, I accidentally checked
in a change prematurely which fixes a SIGCHLD handling bug: the SIGCHLD
handler should wait for multiple children, since only one SIGCHLD might
be delivered for multiple terminating child processes.