tools/findutils: Update to 4.7.0
[openwrt/openwrt.git] / tools / findutils / patches / 100-include_sysmacros.patch
diff --git a/tools/findutils/patches/100-include_sysmacros.patch b/tools/findutils/patches/100-include_sysmacros.patch
deleted file mode 100644 (file)
index 82b1ee9..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/gl/lib/mountlist.c
-+++ b/gl/lib/mountlist.c
-@@ -17,6 +17,10 @@
- #include <config.h>
-+#ifdef MAJOR_IN_SYSMACROS
-+# include <sys/sysmacros.h>
-+#endif
-+
- #include "mountlist.h"
- #include <limits.h>