commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Inetutils branch, master, updated. inetutils-1_8-37-gbf3bb51


From: Simon Josefsson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_8-37-gbf3bb51
Date: Tue, 28 Sep 2010 21:53:34 +0000

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 <address@hidden>
Date:   Tue Sep 28 23:20:12 2010 +0200

    configure.ac: Improve test of `struct sockaddr_in6`.
    
    Signed-off-by: Simon Josefsson <address@hidden>

diff --git a/ChangeLog b/ChangeLog
index 1ff6282..6f6632b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-09-28  Mats Erik Andersson <address@hidden>
+
+       * configure.ac: Unconditionally include <sys/types.h> when
+       checking for `struct sockaddr_in6'. Needed for OpenBSD.
+
 2010-09-15  Mats Erik Andersson <address@hidden>
 
        * 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 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]