Revert "Fix freebsd endian support"
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 22 Feb 2012 22:10:32 +0000 (17:10 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 22 Feb 2012 22:10:32 +0000 (17:10 -0500)
This reverts commit 020760b19e351bda940b38ca273f32206ab4d03f.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/ust-endian.h

index 7a69d808b2fbbbc1002fa5376faf042eb5e11979..085ff0728e0f7d6fbde7c43e07c4c7e8591ec195 100644 (file)
@@ -20,7 +20,7 @@
 
 #ifdef __linux__
 #include <endian.h>
-#elif defined(__FreeBSD__)
+#elif __FreeBSD__
 #include <machine/endian.h>
 #else
 #error "Please add support for your OS into lttng/ust-endian.h."
This page took 0.027343 seconds and 4 git commands to generate.