summaryrefslogtreecommitdiff
path: root/ctdb/tests/src/ctdb_test.c
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2012-02-04 14:32:06 +0100
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2012-02-11 11:15:06 +1100
commit938bb15ad95ada9c93a3e1e9785440243d8643e5 (patch)
tree71f1a9ab76d8c79bab6a149ee7086b7b1139e513 /ctdb/tests/src/ctdb_test.c
parent73f8be16c613a3767c44e29dab9b1d328a04e272 (diff)
downloadsamba-938bb15ad95ada9c93a3e1e9785440243d8643e5.tar.gz
Load platform dependent objs instead of Linux one
This fix compilation on Gnu/Hurd and kFreeBSD See also: https://buildd.debian.org/status/fetch.php?pkg=ctdb&arch=hurd-i386&ver=1.12%2Bgit20120201-1&stamp=1328211119 https://buildd.debian.org/status/fetch.php?pkg=ctdb&arch=kfreebsd-amd64&ver=1.12%2Bgit20120201-1&stamp=1328214761 https://buildd.debian.org/status/fetch.php?pkg=ctdb&arch=kfreebsd-i386&ver=1.12%2Bgit20120201-1&stamp=1328215875 (This used to be ctdb commit 496e8f8540f78606ef23ee8fa100eb2b2cf3f106)
Diffstat (limited to 'ctdb/tests/src/ctdb_test.c')
-rw-r--r--ctdb/tests/src/ctdb_test.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ctdb/tests/src/ctdb_test.c b/ctdb/tests/src/ctdb_test.c
index 83322d0ca73..0514f437cd4 100644
--- a/ctdb/tests/src/ctdb_test.c
+++ b/ctdb/tests/src/ctdb_test.c
@@ -78,9 +78,6 @@ void tevent_loop_allow_nesting_foobar(struct tevent_context *ev);
#include "common/cmdline.c"
#include "lib/util/debug.c"
#include "common/rb_tree.c"
-#ifdef _LINUX_ERRNO_H
-#include "common/system_linux.c"
-#endif
#include "common/system_common.c"
#include "common/ctdb_logging.c"