ef873c1def11539f473a4e6c3a24c676211bd1e3
[openwrt/staging/florian.git] / package / busybox / patches / 110-no_shadow.patch
1 --- busybox-1.3.1-old/include/libbb.h 2006-12-27 05:56:18.000000000 +0100
2 +++ busybox-1.3.1/include/libbb.h 2006-12-28 07:08:09.000000000 +0100
3 @@ -51,9 +51,7 @@
4
5 #include "pwd_.h"
6 #include "grp_.h"
7 -#if ENABLE_FEATURE_SHADOWPASSWDS
8 #include "shadow_.h"
9 -#endif
10
11 /* Try to pull in PATH_MAX */
12 #include <limits.h>