]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 7 Jul 2003 06:18:56 +0000 (06:18 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 7 Jul 2003 06:18:56 +0000 (06:18 +0000)
'long', not 'int'.

ChangeLog

index b83a184a2aa19c43a0572c358b8a714af224ae3f..467cec6897e2e5e6a9c751352763aeccdea43274 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-07-06  Bill Clarke  <llib@computer.org>
+
+       * 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  <akim@epita.fr>
 
        * lib/Makefile.am (autom4te.cfg): Make it read only.