summaryrefslogtreecommitdiff
path: root/package/busybox/patches/patch-include_libbb_h
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/patches/patch-include_libbb_h')
-rw-r--r--package/busybox/patches/patch-include_libbb_h23
1 files changed, 0 insertions, 23 deletions
diff --git a/package/busybox/patches/patch-include_libbb_h b/package/busybox/patches/patch-include_libbb_h
deleted file mode 100644
index 4f08ed4e5..000000000
--- a/package/busybox/patches/patch-include_libbb_h
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -Nur busybox-1.17.0.orig/include/libbb.h busybox-1.17.0/include/libbb.h
---- busybox-1.17.0.orig/include/libbb.h 2010-07-04 15:32:24.000000000 +0200
-+++ busybox-1.17.0/include/libbb.h 2010-07-08 12:27:04.531002165 +0200
-@@ -40,6 +40,9 @@
- /* Try to pull in PATH_MAX */
- #include <limits.h>
- #include <sys/param.h>
-+
-+#if !(defined __APPLE__ || defined __FreeBSD__ || defined __MirBSD__ )
-+
- #ifdef HAVE_MNTENT_H
- #include <mntent.h>
- #endif
-@@ -52,6 +55,9 @@
- #include <selinux/flask.h>
- #include <selinux/av_permissions.h>
- #endif
-+
-+#endif
-+
- #if ENABLE_LOCALE_SUPPORT
- # include <locale.h>
- #else