From: Jim Meyering Date: Sat, 11 Dec 2004 11:19:27 +0000 (+0000) Subject: adjust wording of #error message X-Git-Tag: v5.3.0~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19c959bd50db597c84a218677a3569883f6d3d87;p=thirdparty%2Fcoreutils.git adjust wording of #error message --- diff --git a/lib/chdir-long.c b/lib/chdir-long.c index 4525168c37..7e7fd97182 100644 --- a/lib/chdir-long.c +++ b/lib/chdir-long.c @@ -42,7 +42,7 @@ #endif #ifndef PATH_MAX -# error "use this module only if your system defines PATH_MAX" +# error "compile this file only if your system defines PATH_MAX" #endif /* FIXME: this use of `MIN' is our sole concession to arbitrary limitations.