BIND 10 master, updated. 8d5a5b95c85af1f15654fe164f306fe21065ea73 [master] include sys/socket.h for AF_INET/AF_INET6

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jun 24 18:48:31 UTC 2011


The branch, master has been updated
       via  8d5a5b95c85af1f15654fe164f306fe21065ea73 (commit)
      from  0f4c693c3399bd9ecf2d2a5682fda8ed1eb8158f (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 8d5a5b95c85af1f15654fe164f306fe21065ea73
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Fri Jun 24 13:47:21 2011 -0500

    [master] include sys/socket.h for AF_INET/AF_INET6
    
    Noticed on FreeBSD, but doing unconditionally.
    
    We have this in other code for same reason.

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

Summary of changes:
 src/lib/acl/ip_check.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/acl/ip_check.h b/src/lib/acl/ip_check.h
index 619d8ed..844d06a 100644
--- a/src/lib/acl/ip_check.h
+++ b/src/lib/acl/ip_check.h
@@ -23,6 +23,7 @@
 
 #include <stdint.h>
 #include <arpa/inet.h>
+#include <sys/socket.h> // for AF_INET/AF_INET6
 #include <netinet/in.h>
 
 #include <acl/check.h>




More information about the bind10-changes mailing list