From: Jim Meyering Date: Sun, 21 Dec 1997 22:21:26 +0000 (+0000) Subject: Don't include limits.h. X-Git-Tag: FILEUTILS-3_16h~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3858d011332c765921d2a4711815ba37d0e5806c;p=thirdparty%2Fcoreutils.git Don't include limits.h. --- diff --git a/src/pathchk.c b/src/pathchk.c index bd5b556257..3e223aa5a4 100644 --- a/src/pathchk.c +++ b/src/pathchk.c @@ -47,7 +47,6 @@ #include "error.h" #ifdef _POSIX_VERSION -# include # ifndef PATH_MAX # define PATH_MAX_FOR(p) pathconf ((p), _PC_PATH_MAX) # endif /* not PATH_MAX */