BIND 10 master, updated. 496a0353cded1f60342e7713c28fecdffcecbbbe [master] Fix for Sunstudio
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Feb 15 12:41:25 UTC 2011
The branch, master has been updated
via 496a0353cded1f60342e7713c28fecdffcecbbbe (commit)
from 6c11d9c51b88e2a6d238eac951d1d0317978f636 (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 496a0353cded1f60342e7713c28fecdffcecbbbe
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Feb 15 12:40:16 2011 +0000
[master] Fix for Sunstudio
Include config.h in several .cc files to trigger the workaround in nsas for the boost/thread.hpp compilation issue
-----------------------------------------------------------------------
Summary of changes:
src/lib/cache/message_cache.cc | 2 ++
src/lib/cache/message_entry.cc | 2 ++
src/lib/cache/resolver_cache.cc | 2 ++
src/lib/cache/rrset_cache.cc | 2 ++
src/lib/cache/rrset_entry.cc | 2 ++
5 files changed, 10 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/cache/message_cache.cc b/src/lib/cache/message_cache.cc
index 9706fc4..6582199 100644
--- a/src/lib/cache/message_cache.cc
+++ b/src/lib/cache/message_cache.cc
@@ -14,6 +14,8 @@
// $Id$
+#include <config.h>
+
#include <nsas/nsas_entry_compare.h>
#include <nsas/hash_table.h>
#include <nsas/hash_deleter.h>
diff --git a/src/lib/cache/message_entry.cc b/src/lib/cache/message_entry.cc
index 26c8bee..fe21ce9 100644
--- a/src/lib/cache/message_entry.cc
+++ b/src/lib/cache/message_entry.cc
@@ -14,6 +14,8 @@
// $Id$
+#include <config.h>
+
#include <limits>
#include <dns/message.h>
#include <nsas/nsas_entry.h>
diff --git a/src/lib/cache/resolver_cache.cc b/src/lib/cache/resolver_cache.cc
index 41a8487..aa681cc 100644
--- a/src/lib/cache/resolver_cache.cc
+++ b/src/lib/cache/resolver_cache.cc
@@ -14,6 +14,8 @@
// $Id$
+#include <config.h>
+
#include "resolver_cache.h"
#include "dns/message.h"
#include "rrset_cache.h"
diff --git a/src/lib/cache/rrset_cache.cc b/src/lib/cache/rrset_cache.cc
index d374164..02a6a45 100644
--- a/src/lib/cache/rrset_cache.cc
+++ b/src/lib/cache/rrset_cache.cc
@@ -14,6 +14,8 @@
// $Id$
+#include <config.h>
+
#include <string>
#include "rrset_cache.h"
#include <nsas/nsas_entry_compare.h>
diff --git a/src/lib/cache/rrset_entry.cc b/src/lib/cache/rrset_entry.cc
index 7c8b2bf..9407e97 100644
--- a/src/lib/cache/rrset_entry.cc
+++ b/src/lib/cache/rrset_entry.cc
@@ -14,6 +14,8 @@
// $Id$
+#include <config.h>
+
#include <dns/message.h>
#include <nsas/nsas_entry.h>
#include <nsas/fetchable.h>
More information about the bind10-changes
mailing list