]> git.marmaro.de Git - mmh/blobdiff - uip/mhparse.c
remove longjmp in signalhandler of prompter
[mmh] / uip / mhparse.c
index af460e6a0df624ea9b5b3a1b6eae9a380834f6e5..f4c26cc844c3458afab4250e466651b110ea6c5f 100644 (file)
@@ -10,7 +10,6 @@
 #include <fcntl.h>
 #include <h/signals.h>
 #include <errno.h>
-#include <setjmp.h>
 #include <signal.h>
 #include <h/tws.h>
 #include <h/mime.h>
@@ -137,7 +136,7 @@ pidcheck(int status)
 
        fflush(stdout);
        fflush(stderr);
-       done(1);
+       exit(1);
        return 1;
 }