diff options
author | Noah Watkins <noahwatkins@gmail.com> | 2013-07-23 19:14:56 -0700 |
---|---|---|
committer | Noah Watkins <noahwatkins@gmail.com> | 2013-09-17 10:44:19 -0700 |
commit | 287aa5f4270ca9f8b7bd9376035049a6761dc09a (patch) | |
tree | b96fb4a0ab6b56e6132e76afe0a23aea4d91e8a0 /src/ceph_fuse.cc | |
parent | 2ceb719ac45042a7441966392e77f9e7005bbbf6 (diff) | |
download | ceph-wip-port.tar.gz |
wip: assorted fixes for FreeBSD 9.1wip-port
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
Diffstat (limited to 'src/ceph_fuse.cc')
-rw-r--r-- | src/ceph_fuse.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ceph_fuse.cc b/src/ceph_fuse.cc index 54616f60f99..671eb0177df 100644 --- a/src/ceph_fuse.cc +++ b/src/ceph_fuse.cc @@ -32,7 +32,7 @@ using namespace std; #include "global/global_init.h" #include "common/safe_io.h" -#ifndef DARWIN +#if !defined(DARWIN) && !defined(__FreeBSD__) #include <envz.h> #endif // DARWIN |