]> git.sven.stormbind.net Git - sven/exfat-utils.git/blobdiff - debian/patches/kfreebsd-compat
Drop patch kfreebsd-compat, applied upstream.
[sven/exfat-utils.git] / debian / patches / kfreebsd-compat
diff --git a/debian/patches/kfreebsd-compat b/debian/patches/kfreebsd-compat
deleted file mode 100644 (file)
index c4f1cf1..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: fuse-exfat/libexfat/platform.h
-===================================================================
---- fuse-exfat.orig/libexfat/platform.h
-+++ fuse-exfat/libexfat/platform.h
-@@ -24,7 +24,7 @@
- #ifndef PLATFORM_H_INCLUDED
- #define PLATFORM_H_INCLUDED
--#if defined(__linux__)
-+#if defined(__linux__) || defined(__GLIBC__)
- #include <endian.h>
- #include <byteswap.h>