[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-3446-g808a934

Jeremy Allison jra at samba.org
Wed Feb 11 18:31:40 GMT 2009


The branch, v3-2-test has been updated
       via  808a9347faebd8349babe3704c2b83dd9b191140 (commit)
      from  fe30a4abe24f8aceb9966b250c55ad2e3b4ffc82 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 808a9347faebd8349babe3704c2b83dd9b191140
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:
 source/lib/replace/libreplace_network.m4 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/replace/libreplace_network.m4 b/source/lib/replace/libreplace_network.m4
index 5d16459..9b921a0 100644
--- a/source/lib/replace/libreplace_network.m4
+++ b/source/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