BIND 10 master, updated. b9608c20b42ed6db6592a1f7851c91efce974b32 [master] include stdlib.h instead of cstlib; for random(3) we need the former.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri May 3 21:24:49 UTC 2013
The branch, master has been updated
via b9608c20b42ed6db6592a1f7851c91efce974b32 (commit)
from 214b2747a3213b7267a4a8a597d07851f00fb1c8 (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 b9608c20b42ed6db6592a1f7851c91efce974b32
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri May 3 21:24:10 2013 +0000
[master] include stdlib.h instead of cstlib; for random(3) we need the former.
-----------------------------------------------------------------------
Summary of changes:
src/bin/resolver/bench/fake_resolution.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/resolver/bench/fake_resolution.cc b/src/bin/resolver/bench/fake_resolution.cc
index 7587e6e..e3d54a9 100644
--- a/src/bin/resolver/bench/fake_resolution.cc
+++ b/src/bin/resolver/bench/fake_resolution.cc
@@ -20,7 +20,7 @@
#include <boost/bind.hpp>
#include <boost/foreach.hpp>
#include <algorithm>
-#include <cstdlib>
+#include <stdlib.h> // not cstdlib, which doesn't officially have random()
namespace isc {
namespace resolver {
More information about the bind10-changes
mailing list