]> git.sven.stormbind.net Git - sven/fuse-exfat.git/blob - debian/patches/kfreebsd-compat
Add d/patches/kfreebsd-compat to support kfreebsd.
[sven/fuse-exfat.git] / debian / patches / kfreebsd-compat
1 Index: fuse-exfat/libexfat/platform.h
2 ===================================================================
3 --- fuse-exfat.orig/libexfat/platform.h
4 +++ fuse-exfat/libexfat/platform.h
5 @@ -24,7 +24,7 @@
6  #ifndef PLATFORM_H_INCLUDED
7  #define PLATFORM_H_INCLUDED
8  
9 -#if defined(__linux__)
10 +#if defined(__linux__) || (defined(__FreeBSD_kernel__) && defined(__GLIBC__))
11  
12  #include <endian.h>
13  #include <byteswap.h>