*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 12 Aug 2001 18:46:25 +0000 (18:46 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 12 Aug 2001 18:46:25 +0000 (18:46 +0000)
old/sh-utils/ChangeLog

index bf7030d..9a2e9ce 100644 (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.