summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-12 18:46:25 +0000
committerJim Meyering <jim@meyering.net>2001-08-12 18:46:25 +0000
commitfbf9eeb8d779e2fdc3c8f308e1580defadce960d (patch)
tree5e3f6ae13bee105213e8443df37b36136180d732 /old
parent4911e67aa86c5e6239dc688e45d41fb9a736190d (diff)
downloadcoreutils-fbf9eeb8d779e2fdc3c8f308e1580defadce960d.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index bf7030d85..9a2e9ce99 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -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.