summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-02-17 14:57:30 -0500
committerEliot Horowitz <eliot@10gen.com>2010-02-17 14:57:30 -0500
commitb83c5efe356b31b2fdb7411bc6352e0433bf1339 (patch)
tree39fcad8b0b447142bf13e3b687f8484d6c73e43d
parente07cbe6088d4650bedf5bf2c797fd34506952941 (diff)
downloadmongo-b83c5efe356b31b2fdb7411bc6352e0433bf1339.tar.gz
don't use backtrace on freebsd SERVER-644
-rw-r--r--util/goodies.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/goodies.h b/util/goodies.h
index f4829d9aba4..f366107a4e3 100644
--- a/util/goodies.h
+++ b/util/goodies.h
@@ -25,7 +25,7 @@
namespace mongo {
-#if !defined(_WIN32) && !defined(NOEXECINFO)
+#if !defined(_WIN32) && !defined(NOEXECINFO) && !defined(__freebsd__)
} // namespace mongo