From: Paul Eggert Date: Sun, 30 Oct 2005 23:05:16 +0000 (+0000) Subject: Trivial changes to support SCO systems. X-Git-Tag: v6.0~1442 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15d4c70e0843c19a8a62c06bf95771f462cef9ce;p=thirdparty%2Fcoreutils.git Trivial changes to support SCO systems. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index d9c28a5fc0..6a50b7355d 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,16 @@ +2005-10-30 Paul Eggert + + * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local + variables to suggest the intended function of the PATH_MAX check. + +2005-10-30 Kean Johnston + + Trivial changes to support SCO systems. + * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well + as PATH_MAX. + * fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems, + where __ptr is null when no I/O is pending. + 2005-08-27 David Madore * sha256.m4, sha512.m4: New files.