summaryrefslogtreecommitdiffstats
path: root/recipes/busybox/slingbox-1.3.1/shadow_h_is_required.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/busybox/slingbox-1.3.1/shadow_h_is_required.patch')
-rw-r--r--recipes/busybox/slingbox-1.3.1/shadow_h_is_required.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes/busybox/slingbox-1.3.1/shadow_h_is_required.patch b/recipes/busybox/slingbox-1.3.1/shadow_h_is_required.patch
deleted file mode 100644
index 8012b584e4..0000000000
--- a/recipes/busybox/slingbox-1.3.1/shadow_h_is_required.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- busybox-1.3.1/include/libbb.h~ 2006-12-26 22:56:18.000000000 -0600
-+++ busybox-1.3.1/include/libbb.h 2006-12-30 01:13:51.000000000 -0600
-@@ -51,9 +51,9 @@
-
- #include "pwd_.h"
- #include "grp_.h"
--#if ENABLE_FEATURE_SHADOWPASSWDS
-+//#if ENABLE_FEATURE_SHADOWPASSWDS
- #include "shadow_.h"
--#endif
-+//#endif
-
- /* Try to pull in PATH_MAX */
- #include <limits.h>