BIND 10 master, updated. c18cb310851ea2f558fd2b6103c9f5badd4cd337 [master] Add ChangeLog for #3001
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jun 27 02:23:20 UTC 2013
The branch, master has been updated
via c18cb310851ea2f558fd2b6103c9f5badd4cd337 (commit)
via 6e42b90971b377261c72d51c38bf4a8dc336664a (commit)
via 382705e83e65a261d1dc3b98407226c1340bc90d (commit)
from f999dcb8704206c2cc1ea09ff9a4ca76a9e5affd (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 c18cb310851ea2f558fd2b6103c9f5badd4cd337
Author: Mukund Sivaraman <muks at isc.org>
Date: Thu Jun 27 07:53:10 2013 +0530
[master] Add ChangeLog for #3001
commit 6e42b90971b377261c72d51c38bf4a8dc336664a
Merge: f999dcb 382705e
Author: Mukund Sivaraman <muks at isc.org>
Date: Thu Jun 27 07:52:14 2013 +0530
Merge branch 'trac3001'
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
src/lib/util/memory_segment_mapped.cc | 2 ++
src/lib/util/random/qid_gen.h | 2 ++
3 files changed, 9 insertions(+)
-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 7775f3b..8379a0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+631. [bug] muks
+ Applied a patch by Tomas Hozza to fix a couple of compile errors
+ on Fedora 19 development release.
+ (Trac #3001, git 6e42b90971b377261c72d51c38bf4a8dc336664a)
+
630. [bug] muks
If there is a problem loading the backend module for a type of
data source, b10-auth would not serve any zones. This behaviour
diff --git a/src/lib/util/memory_segment_mapped.cc b/src/lib/util/memory_segment_mapped.cc
index 9300cae..8fea5ea 100644
--- a/src/lib/util/memory_segment_mapped.cc
+++ b/src/lib/util/memory_segment_mapped.cc
@@ -28,6 +28,8 @@
#include <string>
#include <new>
+#include <stdint.h>
+
// boost::interprocess namespace is big and can cause unexpected import
// (e.g., it has "read_only"), so it's safer to be specific for shortcuts.
using boost::interprocess::basic_managed_mapped_file;
diff --git a/src/lib/util/random/qid_gen.h b/src/lib/util/random/qid_gen.h
index 80f532f..fd7ce36 100644
--- a/src/lib/util/random/qid_gen.h
+++ b/src/lib/util/random/qid_gen.h
@@ -25,6 +25,8 @@
#include <boost/random/uniform_int.hpp>
#include <boost/random/variate_generator.hpp>
+#include <stdint.h>
+
namespace isc {
namespace util {
namespace random {
More information about the bind10-changes
mailing list