1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-11 14:44:18 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2001-08-12 18:46:25 +00:00
parent 4911e67aa8
commit fbf9eeb8d7

View File

@@ -2,6 +2,8 @@
* src/pathchk.c (PATH_MAX_FOR): Use pathconf via wrapper.
(NAME_MAX_FOR): Likewise.
Guard the above pathconf-using definitions with `#if HAVE_PATHCONF'
rather than with `#ifdef _POSIX_VERSION'.
(pathconf_wrapper): New function.
(validate_path): Declare length variables to be `long', not `int'.
Adjust corresponding printf-style specs to use %ld.