From: Jim Meyering Date: Sun, 12 Aug 2001 18:28:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_15~441 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66d5a1209447974959614ecd2044677888da4127;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 70ac05a5e5..bf7030d85e 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,12 @@ +2001-08-12 Jim Meyering + + * 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 * src/printf.c (cfcc_msg): Remove now-inaccurate part of comment.