[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-781-gdc9387e

Jeremy Allison jra at samba.org
Wed Feb 11 18:20:06 GMT 2009


The branch, master has been updated
       via  dc9387ec42b40ace38ba398148f5c20ae13e4a2c (commit)
      from  9e71fef57b956fa62134e5b885fc4ff78a957e71 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit dc9387ec42b40ace38ba398148f5c20ae13e4a2c
Author: Björn Jacke <bj at sernet.de>
Date:   Wed Feb 11 16:34:02 2009 +0100

    enable IPv6 support for NetBSD, FreeBSD
    
    most systems include netinet/in.h via netdb.h but *BSD don't.

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

Summary of changes:
 lib/replace/libreplace_network.m4 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/replace/libreplace_network.m4 b/lib/replace/libreplace_network.m4
index 30be30f..78fb1ab 100644
--- a/lib/replace/libreplace_network.m4
+++ b/lib/replace/libreplace_network.m4
@@ -353,6 +353,7 @@ AC_CACHE_CHECK([for ipv6 support],libreplace_cv_HAVE_IPV6,[
 #include <sys/socket.h>
 #include <sys/types.h>
 #include <netdb.h>
+#include <netinet/in.h>
 		],
 		[
 struct sockaddr_storage sa_store;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list