This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  bf3bb5197cf03faf5af35b49040a2e69193f068c (commit)
      from  6d0597f75ed75e5ad2e959e52dd88197c61bc95b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=bf3bb5197cf03faf5af35b49040a2e69193f068c


commit bf3bb5197cf03faf5af35b49040a2e69193f068c
Author: Mats Erik Andersson <[email protected]>
Date:   Tue Sep 28 23:20:12 2010 +0200

    configure.ac: Improve test of `struct sockaddr_in6`.
    
    Signed-off-by: Simon Josefsson <[email protected]>

diff --git a/ChangeLog b/ChangeLog
index 1ff6282..6f6632b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-09-28  Mats Erik Andersson <[email protected]>
+
+       * configure.ac: Unconditionally include <sys/types.h> when
+       checking for `struct sockaddr_in6'. Needed for OpenBSD.
+
 2010-09-15  Mats Erik Andersson <[email protected]>
 
        * telnetd/telnetd.c (login_invocation, argp_options):
diff --git a/configure.ac b/configure.ac
index 5c6c3a5..ec0e7df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -328,7 +328,8 @@ if test ! "X$ipv6" = "Xno" && test "X$working_ipv6" = 
"Xyes"; then
 fi
 
 if test ! "X$ipv6" = "Xno" && test "X$working_ipv6" = "Xyes"; then
-  AC_CHECK_TYPE(struct sockaddr_in6, , working_ipv6=no, [#include 
<netinet/in.h>])
+  AC_CHECK_TYPE(struct sockaddr_in6, , working_ipv6=no, [#include <sys/types.h>
+#include <netinet/in.h>])
 fi
 
 if test ! "X$ipv6" = "Xno" && test "X$working_ipv6" = "Xyes"; then

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog    |    5 +++++
 configure.ac |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 

_______________________________________________
Commit-inetutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-inetutils

Reply via email to