* 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. :\ -- Scott Moynes http://www.icculus.org/openbox/ "Computer science is as much about computers as astronomy is about telescopes." -- Dijkstra