This function and variable are not used anywhere:

#ifdef SYSV
STATIC int onsigchild(void);
#endif
...
...
#ifdef SYSV
STATIC int gotsigchild;

STATIC int onsigchild() {
        gotsigchild = 1;
}
#endif


Note that there is a very similarly named "gotsigchld"
(without "i" in "chld") variable.
That one *is not* unused.
--
To unsubscribe from this list: send the line "unsubscribe dash" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to