From: Paul Eggert Date: Mon, 7 Jul 2003 06:18:56 +0000 (+0000) Subject: * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to X-Git-Tag: AUTOCONF-2.57b~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37416ff0996f392bb5dddbde4b6bee280df74638;p=thirdparty%2Fautoconf.git * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to 'long', not 'int'. --- diff --git a/ChangeLog b/ChangeLog index b83a184a..467cec68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-07-06 Bill Clarke + + * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to + 'long', not 'int', for benefit of Sun's recent C++ compilers + (trivial change). See: + http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html + (This really should be 'intptr_t', not 'long', but that would + take more work.) + 2003-06-25 Akim Demaille * lib/Makefile.am (autom4te.cfg): Make it read only.