BIND 10 trac1791, updated. e267a6928ace0651795f188f43a6a5a85c479d44 [1791] moved <cstdlib> to test_client.cc now the latter calls system().
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Apr 9 23:27:15 UTC 2012
The branch, trac1791 has been updated
via e267a6928ace0651795f188f43a6a5a85c479d44 (commit)
from 7610a7bacea56b07ae06975ee771d010846addd2 (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 e267a6928ace0651795f188f43a6a5a85c479d44
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Apr 9 16:26:11 2012 -0700
[1791] moved <cstdlib> to test_client.cc now the latter calls system().
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/tests/test_client.cc | 1 +
.../datasrc/tests/zone_finder_context_unittest.cc | 1 -
2 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/test_client.cc b/src/lib/datasrc/tests/test_client.cc
index 7709a3b..54a14d6 100644
--- a/src/lib/datasrc/tests/test_client.cc
+++ b/src/lib/datasrc/tests/test_client.cc
@@ -27,6 +27,7 @@
#include <boost/bind.hpp>
#include <boost/shared_ptr.hpp>
+#include <cstdlib>
#include <istream>
#include <fstream>
diff --git a/src/lib/datasrc/tests/zone_finder_context_unittest.cc b/src/lib/datasrc/tests/zone_finder_context_unittest.cc
index f4ef705..50d409e 100644
--- a/src/lib/datasrc/tests/zone_finder_context_unittest.cc
+++ b/src/lib/datasrc/tests/zone_finder_context_unittest.cc
@@ -34,7 +34,6 @@
#include <fstream>
#include <sstream>
-#include <cstdlib>
#include <vector>
using namespace std;
More information about the bind10-changes
mailing list