]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 12 Aug 2001 18:28:25 +0000 (18:28 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 12 Aug 2001 18:28:25 +0000 (18:28 +0000)
old/sh-utils/ChangeLog

index 70ac05a5e59d3f30780cdb62ae9666e5fdb89c5b..bf7030d85ee879406d05fc21c2aa0ef73c9223bd 100644 (file)
@@ -1,3 +1,12 @@
+2001-08-12  Jim Meyering  <meyering@lucent.com>
+
+       * src/pathchk.c (PATH_MAX_FOR): Use pathconf via wrapper.
+       (NAME_MAX_FOR): Likewise.
+       (pathconf_wrapper): New function.
+       (validate_path): Declare length variables to be `long', not `int'.
+       Adjust corresponding printf-style specs to use %ld.
+       Reported by Neal H Walfield.
+
 2001-08-07  Jim Meyering  <meyering@lucent.com>
 
        * src/printf.c (cfcc_msg): Remove now-inaccurate part of comment.