From 7e1ca66a973e074ce18d658f99d756c3e1876e09 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 22 Feb 2012 17:10:32 -0500 Subject: [PATCH] Revert "Fix freebsd endian support" This reverts commit 020760b19e351bda940b38ca273f32206ab4d03f. Signed-off-by: Mathieu Desnoyers --- include/lttng/ust-endian.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lttng/ust-endian.h b/include/lttng/ust-endian.h index 7a69d808..085ff072 100644 --- a/include/lttng/ust-endian.h +++ b/include/lttng/ust-endian.h @@ -20,7 +20,7 @@ #ifdef __linux__ #include -#elif defined(__FreeBSD__) +#elif __FreeBSD__ #include #else #error "Please add support for your OS into lttng/ust-endian.h." -- 2.34.1