add SIGNAL_CAST

don't create files till needed when receiving
This commit is contained in:
Andrew Tridgell
1996-06-22 05:31:55 +00:00
parent c627d61324
commit ac1eb754b8
3 changed files with 10 additions and 12 deletions

2
main.c
View File

@@ -650,7 +650,7 @@ int main(int argc,char *argv[])
}
signal(SIGCHLD,SIG_IGN);
signal(SIGINT,sig_int);
signal(SIGINT,SIGNAL_CAST sig_int);
if (!sender && argc != 1) {
usage(stderr);