BIND 10 master, updated. db143fb8a98a13414f997892449ca2fbb07a0629 [master] missing header file to fix build failure for sunstudio okayed on jabber, pushing directly.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jul 5 23:25:33 UTC 2011


The branch, master has been updated
       via  db143fb8a98a13414f997892449ca2fbb07a0629 (commit)
      from  4c0d2595196da373ca70a52663b7ec13842c940d (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 db143fb8a98a13414f997892449ca2fbb07a0629
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Jul 5 23:25:05 2011 +0000

    [master] missing header file to fix build failure for sunstudio
    okayed on jabber, pushing directly.

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/acl/tests/sockaddr.h b/src/lib/acl/tests/sockaddr.h
index f004f7d..bd30451 100644
--- a/src/lib/acl/tests/sockaddr.h
+++ b/src/lib/acl/tests/sockaddr.h
@@ -18,6 +18,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netdb.h>
+#include <string.h>
 
 #include <exceptions/exceptions.h>
 




More information about the bind10-changes mailing list