summaryrefslogtreecommitdiff
path: root/packages/busybox/slingbox-1.3.1/shadow_h_is_required.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-01-04 11:22:16 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-01-04 11:22:16 +0000
commit4b7e6a49215b00d0cfa9a0fde3808f032a9599e5 (patch)
treef2e294728789ab01a7a89fa06b6c67c5464ceab0 /packages/busybox/slingbox-1.3.1/shadow_h_is_required.patch
parent4601ad28765bf7ef207974f9ad7fc209d3745088 (diff)
parent8f19556367701b3a3fa50802903d0d67997407b7 (diff)
merge of '274cb1a3f97188420857e4b0650a1ace718148a6'
and '8091ca9b08503f4700e05ee8973cec755727ed4a'
Diffstat (limited to 'packages/busybox/slingbox-1.3.1/shadow_h_is_required.patch')
-rw-r--r--packages/busybox/slingbox-1.3.1/shadow_h_is_required.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/busybox/slingbox-1.3.1/shadow_h_is_required.patch b/packages/busybox/slingbox-1.3.1/shadow_h_is_required.patch
new file mode 100644
index 0000000000..8012b584e4
--- /dev/null
+++ b/packages/busybox/slingbox-1.3.1/shadow_h_is_required.patch
@@ -0,0 +1,14 @@
+--- 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>