tools/e2fsprogs: Update to 1.45.3
[openwrt/staging/hauke.git] / tools / e2fsprogs / patches / 003-openbsd-compat.patch
diff --git a/tools/e2fsprogs/patches/003-openbsd-compat.patch b/tools/e2fsprogs/patches/003-openbsd-compat.patch
deleted file mode 100644 (file)
index 492b8a8..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/lib/blkid/getsize.c
-+++ b/lib/blkid/getsize.c
-@@ -29,6 +29,9 @@
- #include <fcntl.h>
- #ifdef HAVE_SYS_IOCTL_H
- #include <sys/ioctl.h>
-+#ifdef __OpenBSD__
-+#include <sys/dkio.h>
-+#endif
- #endif
- #ifdef HAVE_LINUX_FD_H
- #include <linux/fd.h>