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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user