]> git.sven.stormbind.net Git - sven/exfat-utils.git/blob - debian/patches/kfreebsd-compat
Merge branch 'master' of ssh://git.sven.stormbind.net/home/sven/repos/exfat-utils
[sven/exfat-utils.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(__GLIBC__)
11  
12  #include <endian.h>
13  #include <byteswap.h>