ust-endian.h: update warning message
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 23 Feb 2012 12:19:12 +0000 (07:19 -0500)
committerChristian Babeux <christian.babeux@efficios.com>
Tue, 27 Nov 2012 21:09:41 +0000 (16:09 -0500)
commit cc3002545ccf27c77325ef0fc5cc091b100fb154 upstream.

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

index a626027eb4250344836373a587417c8099695aa0..2426b1467214634f8daa0bc472e995f55860d6ef 100644 (file)
@@ -23,7 +23,7 @@
 #elif defined(__FreeBSD__)
 #include <machine/endian.h>
 #else
-#error "Please add support for your OS into lttng/ust-endian.h."
+#error "Please add support for your OS."
 #endif
 
 #ifndef FLOAT_WORD_ORDER
This page took 0.024435 seconds and 4 git commands to generate.