]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fix spelling of __DragonFly__ in crc32.c, found by @nemequ
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Thu, 28 Apr 2016 10:31:35 +0000 (12:31 +0200)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Thu, 28 Apr 2016 11:37:04 +0000 (13:37 +0200)
crc32.c

diff --git a/crc32.c b/crc32.c
index 960a5523557a4d3d9b8436b9fb075ba414841de4..c696aa35e10af6925a930f6898b8c6b49c8855d7 100644 (file)
--- a/crc32.c
+++ b/crc32.c
@@ -23,7 +23,7 @@
 # endif
 #elif __APPLE__
 # include <machine/endian.h>
-#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__DragoFly__)
+#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__DragonFly__)
 # include <sys/endian.h>
 #else
 # include <endian.h>