Several fixes for goodbye in NetBSD
This commit is contained in:
parent
7853f49519
commit
5b2f97b243
@ -114,7 +114,7 @@ void Good_Bye(int onsig)
|
||||
if (i == SIGCHLD)
|
||||
signal(i, SIG_DFL);
|
||||
else if ((i != SIGKILL) && (i != SIGSTOP))
|
||||
signal(i, SIG_IGN);
|
||||
signal(i, SIG_DFL);
|
||||
}
|
||||
|
||||
if ((onsig != SIGALRM) && (onsig != MBERR_TIMEOUT) && (hanged_up == 0)) {
|
||||
|
Reference in New Issue
Block a user