revert inexplicable previous checkin

This commit is contained in:
Christopher Faylor
2005-09-02 04:51:09 +00:00
parent 7a1bf10a84
commit b8a66ba2cd
9 changed files with 20 additions and 34 deletions

View File

@ -34,8 +34,7 @@ enum procstuff
PROC_DETACHED_CHILD = 2, // set up a detached child
PROC_CLEARWAIT = 3, // clear all waits - signal arrived
PROC_WAIT = 4, // setup for wait() for subproc
PROC_KILLFORKED = 5, // kill forked children on CTRL-C.
PROC_NOTHING = 6 // nothing, really
PROC_NOTHING = 5 // nothing, really
};
struct sigpacket