BIND 10 master, updated. c80a7b8a53dc04e66b55431e2d4c637618293dae [master] fix build on FreeBSD by removing net/in.h include

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Oct 6 22:26:59 UTC 2011


The branch, master has been updated
       via  c80a7b8a53dc04e66b55431e2d4c637618293dae (commit)
      from  31830397285a50d1636622b58d04fffc7ca883ae (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 -----------------------------------------------------------------
commit c80a7b8a53dc04e66b55431e2d4c637618293dae
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Thu Oct 6 17:25:35 2011 -0500

    [master] fix build on FreeBSD by removing net/in.h include
    
    On FreeBSD these needs sys/socket.h.
    But we realized that the net/in.h is not needed now.
    
    (TODO: remove #include <netinet/in.h> and #include <arpa/inet.h> also?)

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

Summary of changes:
 src/bin/dhcp6/iface_mgr.cc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/iface_mgr.cc b/src/bin/dhcp6/iface_mgr.cc
index 4a58392..7998d28 100644
--- a/src/bin/dhcp6/iface_mgr.cc
+++ b/src/bin/dhcp6/iface_mgr.cc
@@ -17,7 +17,6 @@
 #include <string.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
-#include <net/if.h>
 
 #include "dhcp6/iface_mgr.h"
 #include "dhcp6/dhcp6.h"




More information about the bind10-changes mailing list