aboutsummaryrefslogtreecommitdiffstats
path: root/tools/findutils/patches/100-include_sysmacros.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tools/findutils/patches/100-include_sysmacros.patch')
-rw-r--r--tools/findutils/patches/100-include_sysmacros.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/findutils/patches/100-include_sysmacros.patch b/tools/findutils/patches/100-include_sysmacros.patch
deleted file mode 100644
index 82b1ee9a42..0000000000
--- a/tools/findutils/patches/100-include_sysmacros.patch
+++ /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>