diff --git a/srcpkgs/dosfstools/patches/dosfstools-loff_and_BLOCK_SIZE.patch b/srcpkgs/dosfstools/patches/dosfstools-loff_and_BLOCK_SIZE.patch deleted file mode 100644 index 6c5d6c7d254..00000000000 --- a/srcpkgs/dosfstools/patches/dosfstools-loff_and_BLOCK_SIZE.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- src/fsck.fat.h -+++ src/fsck.fat.h -@@ -27,6 +27,7 @@ - #ifndef _DOSFSCK_H - #define _DOSFSCK_H - -+#include - #include - #define _LINUX_STAT_H /* hack to avoid inclusion of */ - #define _LINUX_STRING_H_ /* hack to avoid inclusion of */ ---- src/io.h -+++ src/io.h -@@ -27,7 +27,7 @@ - #ifndef _IO_H - #define _IO_H - --#include /* for loff_t */ -+#include /* for loff_t */ - - loff_t llseek(int fd, loff_t offset, int whence); - ---- src/mkfs.fat.c -+++ src/mkfs.fat.c -@@ -49,6 +49,7 @@ - #include - #include - #include -+#include - #include - #include - #include