BIND 10 master, updated. 981abdeb847bfcee7c03d6c252d0859c1ed7a2b0 Merge branch 'master' of ssh://bind10.isc.org/var/bind10/git/bind10

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Apr 19 08:52:04 UTC 2011


The branch, master has been updated
       via  981abdeb847bfcee7c03d6c252d0859c1ed7a2b0 (commit)
       via  1781090510f9f7ad378497d65feaf94f5c32b262 (commit)
      from  5651434ffff461b28616ffec595ff8a941c6df04 (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 981abdeb847bfcee7c03d6c252d0859c1ed7a2b0
Merge: 1781090510f9f7ad378497d65feaf94f5c32b262 5651434ffff461b28616ffec595ff8a941c6df04
Author: Jelte Jansen <jelte at isc.org>
Date:   Tue Apr 19 10:51:56 2011 +0200

    Merge branch 'master' of ssh://bind10.isc.org/var/bind10/git/bind10

commit 1781090510f9f7ad378497d65feaf94f5c32b262
Author: Jelte Jansen <jelte at isc.org>
Date:   Tue Apr 19 10:51:12 2011 +0200

    [master] Add (guarded) inclusion of unistd.h for sunstudio build

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

Summary of changes:
 tests/tools/badpacket/scan.cc |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------
diff --git a/tests/tools/badpacket/scan.cc b/tests/tools/badpacket/scan.cc
index 9e9f726..07263ce 100644
--- a/tests/tools/badpacket/scan.cc
+++ b/tests/tools/badpacket/scan.cc
@@ -21,6 +21,10 @@
 
 #include <config.h>
 
+// on sunstudio, asio.hpp needs unistd.h for pipe() to be defined
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
 #include <asio.hpp>
 
 #include <asiolink/io_address.h>




More information about the bind10-changes mailing list