From bd6ce8b03be150f52a639e776c948d7c10fc204c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 7 Mar 2014 21:31:58 +0100 Subject: [PATCH] dosfstools: remove patch that has been already applied. --- .../dosfstools-loff_and_BLOCK_SIZE.patch | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 srcpkgs/dosfstools/patches/dosfstools-loff_and_BLOCK_SIZE.patch 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