]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Don't include limits.h.
authorJim Meyering <jim@meyering.net>
Sun, 21 Dec 1997 22:21:26 +0000 (22:21 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 21 Dec 1997 22:21:26 +0000 (22:21 +0000)
src/pathchk.c

index bd5b556257431fb8cf1de65306018497001378ec..3e223aa5a44ff79df248326eb62053c27a243891 100644 (file)
@@ -47,7 +47,6 @@
 #include "error.h"
 
 #ifdef _POSIX_VERSION
-# include <limits.h>
 # ifndef PATH_MAX
 #  define PATH_MAX_FOR(p) pathconf ((p), _PC_PATH_MAX)
 # endif /* not PATH_MAX */