diff --git a/util/amisc/astrip.c b/util/amisc/astrip.c index fcccb3474..669c76739 100644 --- a/util/amisc/astrip.c +++ b/util/amisc/astrip.c @@ -6,7 +6,6 @@ #include #include -#include #include #include "system.h" #include "object.h" @@ -31,9 +30,6 @@ int main(int argc, char **argv) { int status; - signal(SIGHUP, SIG_IGN); - signal(SIGINT, SIG_IGN); - signal(SIGQUIT, SIG_IGN); if (sys_tmpnam(tname)==NULL) { fprintf(stderr, "astrip: cannot create temporary filename\n");