diff options
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 8e8b9ca0e..68a7cf002 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1271,7 +1271,9 @@ char *bb_simplify_path(const char *path) FAST_FUNC; | |||
1271 | /* Returns ptr to NUL */ | 1271 | /* Returns ptr to NUL */ |
1272 | char *bb_simplify_abs_path_inplace(char *path) FAST_FUNC; | 1272 | char *bb_simplify_abs_path_inplace(char *path) FAST_FUNC; |
1273 | 1273 | ||
1274 | #ifndef LOGIN_FAIL_DELAY | ||
1274 | #define LOGIN_FAIL_DELAY 3 | 1275 | #define LOGIN_FAIL_DELAY 3 |
1276 | #endif | ||
1275 | extern void bb_do_delay(int seconds) FAST_FUNC; | 1277 | extern void bb_do_delay(int seconds) FAST_FUNC; |
1276 | extern void change_identity(const struct passwd *pw) FAST_FUNC; | 1278 | extern void change_identity(const struct passwd *pw) FAST_FUNC; |
1277 | extern void run_shell(const char *shell, int loginshell, const char *command, const char **additional_args) NORETURN FAST_FUNC; | 1279 | extern void run_shell(const char *shell, int loginshell, const char *command, const char **additional_args) NORETURN FAST_FUNC; |