BIND 10 trac602, updated. 57b77aa7c09f568a9adf7f9ad475cc80f278fedc [trac602] also remove boost/thread from nameserver_address_store.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Feb 23 21:36:34 UTC 2011
The branch, trac602 has been updated
via 57b77aa7c09f568a9adf7f9ad475cc80f278fedc (commit)
from 14a51327ed408ed5a957147720f7ad3e3db6a95d (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 57b77aa7c09f568a9adf7f9ad475cc80f278fedc
Author: Jelte Jansen <jelte at isc.org>
Date: Wed Feb 23 22:35:58 2011 +0100
[trac602] also remove boost/thread from nameserver_address_store.cc
-----------------------------------------------------------------------
Summary of changes:
src/lib/nsas/nameserver_address_store.cc | 15 +--------------
1 files changed, 1 insertions(+), 14 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/nsas/nameserver_address_store.cc b/src/lib/nsas/nameserver_address_store.cc
index 0ba9c8e..7bb0eee 100644
--- a/src/lib/nsas/nameserver_address_store.cc
+++ b/src/lib/nsas/nameserver_address_store.cc
@@ -14,20 +14,6 @@
#include <config.h>
-// Workaround for a problem with boost and sunstudio 5.10
-// There is a version check in there that appears wrong,
-// which makes including boost/thread.hpp fail
-// This will probably be fixed in a future version of boost,
-// in which case this part can be removed then
-#ifdef NEED_SUNPRO_WORKAROUND
-#if defined(__SUNPRO_CC) && __SUNPRO_CC == 0x5100
-#undef __SUNPRO_CC
-#define __SUNPRO_CC 0x5090
-#endif
-#endif // NEED_SUNPRO_WORKAROUND
-
-
-#include <boost/thread.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/foreach.hpp>
#include <boost/bind.hpp>
@@ -35,6 +21,7 @@
#include <config.h>
#include <dns/rdataclass.h>
+#include "locks.h"
#include "hash_table.h"
#include "lru_list.h"
#include "hash_deleter.h"
More information about the bind10-changes
mailing list