Blob Blame History Raw
diff -Naur fsniper-1.3.1/src/main.c fsniper_new-1.3.1/src/main.c
--- fsniper-1.3.1/src/main.c	2008-10-18 19:30:37.000000000 +0200
+++ fsniper_new-1.3.1/src/main.c	2016-09-27 09:49:54.689836092 +0200
@@ -190,7 +190,7 @@
 /* handler for reaping children after the fork is done. */
 void handle_child_signal()
 {
-    union wait status;
+    int status;
     while (wait3(&status, WNOHANG, 0) > 0) {} 
 }