]> git.marmaro.de Git - mmh/blobdiff - uip/mhparse.c
Fix FTBFS bug introduced by 600379c
[mmh] / uip / mhparse.c
index af460e6a0df624ea9b5b3a1b6eae9a380834f6e5..0fbe33f7a7b8a6c5e91dc38002a350b68fbda2f6 100644 (file)
@@ -10,8 +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>
 #include <h/mhparse.h>
@@ -137,7 +135,7 @@ pidcheck(int status)
 
        fflush(stdout);
        fflush(stderr);
-       done(1);
+       exit(1);
        return 1;
 }