BIND 10 bind10-20120119-release, updated. eb5d2b06485aec895c83d3c55ca05be5aadb022c [bind10-20120119-release][1567] remove include of if_link.h

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jan 18 13:06:51 UTC 2012


The branch, bind10-20120119-release has been updated
       via  eb5d2b06485aec895c83d3c55ca05be5aadb022c (commit)
      from  f95819b07dd3a66b4d29c1ad0a816af92cb9cb60 (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 eb5d2b06485aec895c83d3c55ca05be5aadb022c
Author: Jelte Jansen <jelte at isc.org>
Date:   Tue Jan 17 18:08:35 2012 +0100

    [bind10-20120119-release][1567] remove include of if_link.h
    
    It is included by rtnetlink.h (which is the next include), and apparently not present on all linux systems

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

Summary of changes:
 src/lib/dhcp/iface_mgr_linux.cc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/iface_mgr_linux.cc b/src/lib/dhcp/iface_mgr_linux.cc
index 657c943..8b19c27 100644
--- a/src/lib/dhcp/iface_mgr_linux.cc
+++ b/src/lib/dhcp/iface_mgr_linux.cc
@@ -21,7 +21,6 @@
 #include <exceptions/exceptions.h>
 
 #include <net/if.h>
-#include <linux/if_link.h>
 #include <linux/rtnetlink.h>
 
 using namespace std;




More information about the bind10-changes mailing list