]> git.sven.stormbind.net Git - sven/fuse-exfat.git/commitdiff
simplify kfreebsd-compat patch, thanks to jwilk
authorSven Hoexter <sven@stormbind.net>
Wed, 7 Oct 2015 12:23:09 +0000 (14:23 +0200)
committerSven Hoexter <sven@stormbind.net>
Wed, 7 Oct 2015 12:23:09 +0000 (14:23 +0200)
debian/patches/kfreebsd-compat

index efa858bfb72efb5e5291344f23ee49ab295d715e..c4f1cf1622a2ea5af63bca18cfb4c248f9421436 100644 (file)
@@ -7,7 +7,7 @@ Index: fuse-exfat/libexfat/platform.h
  #define PLATFORM_H_INCLUDED
  
 -#if defined(__linux__)
-+#if defined(__linux__) || (defined(__FreeBSD_kernel__) && defined(__GLIBC__))
++#if defined(__linux__) || defined(__GLIBC__)
  
  #include <endian.h>
  #include <byteswap.h>