diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-07-11 16:19:17 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-07-11 16:19:17 +0000 |
commit | 6166bb40b91e0fb0f4ae59c572df0dd00858892f (patch) | |
tree | 6afc009d439dc7174f008ccd531f2452e26a833c /include | |
parent | 5c1a4bd0a2cd584faf216be049509dace663f162 (diff) | |
download | busybox-w32-6166bb40b91e0fb0f4ae59c572df0dd00858892f.tar.gz busybox-w32-6166bb40b91e0fb0f4ae59c572df0dd00858892f.tar.bz2 busybox-w32-6166bb40b91e0fb0f4ae59c572df0dd00858892f.zip |
Patch from Tito to remove pwd_to_spwd (which we don't actually need), with
some #ifdef removal from me.
git-svn-id: svn://busybox.net/trunk/busybox@15685 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/libbb.h b/include/libbb.h index af45511d4..0a52b6421 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -38,12 +38,7 @@ | |||
38 | 38 | ||
39 | #include "pwd_.h" | 39 | #include "pwd_.h" |
40 | #include "grp_.h" | 40 | #include "grp_.h" |
41 | #ifdef CONFIG_FEATURE_SHADOWPASSWDS | ||
42 | #include "shadow_.h" | 41 | #include "shadow_.h" |
43 | #endif | ||
44 | #ifdef CONFIG_FEATURE_SHA1_PASSWORDS | ||
45 | # include "sha1.h" | ||
46 | #endif | ||
47 | 42 | ||
48 | /* Try to pull in PATH_MAX */ | 43 | /* Try to pull in PATH_MAX */ |
49 | #include <limits.h> | 44 | #include <limits.h> |
@@ -467,7 +462,6 @@ extern int restricted_shell ( const char *shell ); | |||
467 | extern void setup_environment ( const char *shell, int loginshell, int changeenv, const struct passwd *pw ); | 462 | extern void setup_environment ( const char *shell, int loginshell, int changeenv, const struct passwd *pw ); |
468 | extern int correct_password ( const struct passwd *pw ); | 463 | extern int correct_password ( const struct passwd *pw ); |
469 | extern char *pw_encrypt(const char *clear, const char *salt); | 464 | extern char *pw_encrypt(const char *clear, const char *salt); |
470 | extern struct spwd *pwd_to_spwd(const struct passwd *pw); | ||
471 | extern int obscure(const char *old, const char *newval, const struct passwd *pwdp); | 465 | extern int obscure(const char *old, const char *newval, const struct passwd *pwdp); |
472 | 466 | ||
473 | extern int bb_xopen(const char *pathname, int flags); | 467 | extern int bb_xopen(const char *pathname, int flags); |