INN commit: branches/2.5 (m4/socket.m4 support/mksystem)
INN Commit
rra at isc.org
Fri Sep 5 18:47:24 UTC 2014
Date: Friday, September 5, 2014 @ 11:47:24
Author: iulius
Revision: 9676
Fix typos in INN_HAVE_SYS_BITYPES_H and INN_MACRO_IN6_ARE_ADDR_EQUAL names
Modified:
branches/2.5/m4/socket.m4
branches/2.5/support/mksystem
------------------+
m4/socket.m4 | 4 ++--
support/mksystem | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Modified: m4/socket.m4
===================================================================
--- m4/socket.m4 2014-09-04 19:45:26 UTC (rev 9675)
+++ m4/socket.m4 2014-09-05 18:47:24 UTC (rev 9676)
@@ -52,8 +52,8 @@
[AC_DEFINE([HAVE_GETADDRINFO_ADDRCONFIG], 1,
[Define if the AI_ADDRCONFIG flag works with getaddrinfo.])])])
-dnl Source used by INN_IN6_EQ_BROKEN. Test borrowed from a bug report by
-dnl tmoestl at gmx.net for glibc.
+dnl Source used by INN_MACRO_IN6_ARE_ADDR_EQUAL. Test borrowed from a bug
+dnl report by tmoestl at gmx.net for glibc.
AC_DEFUN([_INN_MACRO_IN6_ARE_ADDR_EQUAL_SOURCE], [[
#include <sys/types.h>
#include <sys/socket.h>
Modified: support/mksystem
===================================================================
--- support/mksystem 2014-09-04 19:45:26 UTC (rev 9675)
+++ support/mksystem 2014-09-05 18:47:24 UTC (rev 9676)
@@ -39,7 +39,7 @@
/^#define HAVE_INTTYPES_H/ { print $1 " INN_" $2 " " $3 }
/^#define HAVE_MSYNC_3_ARG/ { print $1 " INN_" $2 " " $3 }
/^#define HAVE_STDBOOL_H/ { print $1 " INN_" $2 " " $3 }
-/^#define HAVE_SYS_BITTYPES_H/ { print $1 " INN_" $2 " " $3 }
+/^#define HAVE_SYS_BITYPES_H/ { print $1 " INN_" $2 " " $3 }
/^#define HAVE__BOOL/ { print $1 " INN_" $2 " " $3 }
' $2
More information about the inn-committers
mailing list