diff options
Diffstat (limited to 'package/busybox/patches/110-no_shadow.patch')
-rw-r--r-- | package/busybox/patches/110-no_shadow.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/busybox/patches/110-no_shadow.patch b/package/busybox/patches/110-no_shadow.patch new file mode 100644 index 0000000000..ef873c1def --- /dev/null +++ b/package/busybox/patches/110-no_shadow.patch @@ -0,0 +1,12 @@ +--- busybox-1.3.1-old/include/libbb.h 2006-12-27 05:56:18.000000000 +0100 ++++ busybox-1.3.1/include/libbb.h 2006-12-28 07:08:09.000000000 +0100 +@@ -51,9 +51,7 @@ + + #include "pwd_.h" + #include "grp_.h" +-#if ENABLE_FEATURE_SHADOWPASSWDS + #include "shadow_.h" +-#endif + + /* Try to pull in PATH_MAX */ + #include <limits.h> |