chiark / gitweb /
sd-event: fix typo
[elogind.git] / src / quotacheck / quotacheck.c
index bf79d1dbaa7b5200d3d517a25f44c123a50ba41d..819706a72f6b825d07c32e6756f3c8bf92643bdb 100644 (file)
 
 #include <stdio.h>
 #include <stdbool.h>
-#include <string.h>
 #include <errno.h>
 #include <unistd.h>
 
 #include "util.h"
-#include "fileio.h"
 
 static bool arg_skip = false;
 static bool arg_force = false;
@@ -111,7 +109,7 @@ int main(int argc, char *argv[]) {
                 _exit(1); /* Operational error */
         }
 
-        r = wait_for_terminate_and_warn("quotacheck", pid);
+        r = wait_for_terminate_and_warn("quotacheck", pid, true);
 
         return r < 0 ? EXIT_FAILURE : EXIT_SUCCESS;
 }