summaryrefslogtreecommitdiffstats
path: root/tools/e2fsprogs/patches/002-freebsd_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tools/e2fsprogs/patches/002-freebsd_fix.patch')
-rw-r--r--tools/e2fsprogs/patches/002-freebsd_fix.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/e2fsprogs/patches/002-freebsd_fix.patch b/tools/e2fsprogs/patches/002-freebsd_fix.patch
deleted file mode 100644
index 5065e05d1d..0000000000
--- a/tools/e2fsprogs/patches/002-freebsd_fix.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/lib/ext2fs/tdb.c
-+++ b/lib/ext2fs/tdb.c
-@@ -29,6 +29,7 @@ Last Changed Date: 2007-06-22 13:36:10 -
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- */
-
-+#include <sys/file.h>
- #ifdef CONFIG_STAND_ALONE
- #define HAVE_MMAP
- #define HAVE_STRDUP
-@@ -55,7 +56,6 @@ Last Changed Date: 2007-06-22 13:36:10 -
- #include <utime.h>
- #endif
- #include <sys/stat.h>
--#include <sys/file.h>
- #include <fcntl.h>
-
- #ifdef HAVE_SYS_MMAN_H