> * ManMower (manmower at is.fuckingabitch.com) wrote: > > + case SIGCLD: > > + wait(NULL); > > + break; > > Should that be SIGCHLD. I believe SIGCLD is SysV, and SIGCHLD is > POSIX. :\ <looks at the copyright date on "UNIX Network Programming"> well, gee, 1990. not only are you correct, but my library is sorely outdated. sorry about that.