INN commit: trunk/m4 (mmap.m4)

INN Commit Russ_Allbery at isc.org
Fri Apr 18 15:04:56 UTC 2008


    Date: Friday, April 18, 2008 @ 08:04:56
  Author: iulius
Revision: 7782

INN 2.5 did not build on some systems because of HAVE_MSYNC_3_ARG
not being set at configure time.
malloc was not found and a script failed.

Modified:
  trunk/m4/mmap.m4

---------+
 mmap.m4 |    2 ++
 1 file changed, 2 insertions(+)

Modified: mmap.m4
===================================================================
--- mmap.m4	2008-04-18 06:41:02 UTC (rev 7781)
+++ mmap.m4	2008-04-18 15:04:56 UTC (rev 7782)
@@ -26,6 +26,7 @@
 define([_INN_FUNC_MMAP_SOURCE],
 [[#include <fcntl.h>
 #include <sys/mman.h>
+#include <stdlib.h>
 
 int
 main()
@@ -86,6 +87,7 @@
 [[#include <sys/types.h>
 #include <fcntl.h>
 #include <sys/mman.h>
+#include <stdlib.h>
 
 int
 main()



More information about the inn-committers mailing list