X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fquotacheck%2Fquotacheck.c;h=819706a72f6b825d07c32e6756f3c8bf92643bdb;hb=a2360a467b50a62902eb612ff747df87bace81c5;hp=bf79d1dbaa7b5200d3d517a25f44c123a50ba41d;hpb=56f64d95763a799ba4475daf44d8e9f72a1bd474;p=elogind.git diff --git a/src/quotacheck/quotacheck.c b/src/quotacheck/quotacheck.c index bf79d1dba..819706a72 100644 --- a/src/quotacheck/quotacheck.c +++ b/src/quotacheck/quotacheck.c @@ -21,12 +21,10 @@ #include #include -#include #include #include #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; }