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

Jeremy Allison jra at samba.org
Wed Feb 11 18:23:33 GMT 2009


The branch, v3-3-test has been updated
       via  5b551d6e3ef2c69a5fd050abcecb4c6b0ab36402 (commit)
      from  1ea19073afa1e9a04f18763b731d792ffe97d499 (commit)

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


- Log -----------------------------------------------------------------
commit 5b551d6e3ef2c69a5fd050abcecb4c6b0ab36402
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