]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Include <limits.h>.
authorJim Meyering <jim@meyering.net>
Wed, 5 Feb 2003 16:35:07 +0000 (16:35 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 5 Feb 2003 16:35:07 +0000 (16:35 +0000)
commit03975e728debdbe5ad3eb08ab1bfd7573224a174
tree7d77fae072293417d9dc947ff2f360f5c9410712
parent6e6188765a24b2380f2a9cc709c7fccdfd294015
Include <limits.h>.
(PATH_MAX): Define to 1024, if not already defined.
(process_entry): Allocate enough space to hold the resulting
file name.  Don't presume that 2*dirbufsize is enough.
(ftw_startup): Always use PATH_MAX to compute buffer size, now that
it is guaranteed to be defined.
lib/ftw.c