Skip to content

Commit d2253ff

Browse files
author
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
committed
Replaced all use of __FreeBSD__ with MAIDSAFE_BSD.
1 parent a7b40b1 commit d2253ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/maidsafe/tests/client_test.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#include "maidsafe/client.h"
2020

21-
#ifdef __FreeBSD__
21+
#ifdef MAIDSAFE_BSD
2222
extern "C" char **environ;
2323
#endif
2424

0 commit comments

Comments
 (0)