|
@@ -861,6 +861,10 @@ main(int argc, char *argv[])
|
|
|
usage();
|
|
usage();
|
|
|
} ARGEND
|
|
} ARGEND
|
|
|
|
|
|
|
|
|
|
+ if (argc) {
|
|
|
|
|
+ usage();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
memset(&act, 0, sizeof(act));
|
|
memset(&act, 0, sizeof(act));
|
|
|
act.sa_handler = sighandler;
|
|
act.sa_handler = sighandler;
|
|
|
sigaction(SIGINT, &act, 0);
|
|
sigaction(SIGINT, &act, 0);
|