From: Hans Kristian Rosbach Date: Thu, 28 Apr 2016 10:31:35 +0000 (+0200) Subject: Fix spelling of __DragonFly__ in crc32.c, found by @nemequ X-Git-Tag: 1.9.9-b1~786 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d227a260fcc2d7cce4198b979a5c80e3614b8d4;p=thirdparty%2Fzlib-ng.git Fix spelling of __DragonFly__ in crc32.c, found by @nemequ --- diff --git a/crc32.c b/crc32.c index 960a55235..c696aa35e 100644 --- a/crc32.c +++ b/crc32.c @@ -23,7 +23,7 @@ # endif #elif __APPLE__ # include -#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__DragoFly__) +#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__DragonFly__) # include #else # include