From: Paul Eggert Date: Sun, 19 Sep 2004 01:07:46 +0000 (+0000) Subject: (main): Usage failure is EXIT_FAIL, not EXIT_FAILURE. X-Git-Tag: v5.3.0~680 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77f80f747ea77c8474eb3a2ef3455b7703211ddc;p=thirdparty%2Fcoreutils.git (main): Usage failure is EXIT_FAIL, not EXIT_FAILURE. --- diff --git a/src/chroot.c b/src/chroot.c index 3a82d5c3b9..e8933ace5c 100644 --- a/src/chroot.c +++ b/src/chroot.c @@ -77,7 +77,7 @@ main (int argc, char **argv) usage, AUTHORS, (char const *) NULL); if (getopt_long (argc, argv, "+", NULL, NULL) != -1) - usage (EXIT_FAILURE); + usage (EXIT_FAIL); if (argc <= optind) {