summaryrefslogtreecommitdiff
path: root/lib/endianness.h
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-11-01 18:25:55 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-11-01 18:25:55 +0000
commitc8a260cfb7bee8b3291f4ee26a4ce5478e88e66a (patch)
treeeb5255d15a3fd0edcdc48639bd480ec5e1026b21 /lib/endianness.h
parent786d7d65a4e0a2bbc15954ea331ea513e7629329 (diff)
Fix DragonFly BSD define in compiler-rt.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@85726 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/endianness.h')
-rw-r--r--lib/endianness.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/endianness.h b/lib/endianness.h
index b6622e8d9..6d2587d02 100644
--- a/lib/endianness.h
+++ b/lib/endianness.h
@@ -36,7 +36,7 @@
/* .. */
-#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonflyBSD__)
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
#include <sys/endian.h>
#if _BYTE_ORDER == _BIG_ENDIAN