diff options
Diffstat (limited to 'include')
-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 802779932..2850b1d5a 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1287,7 +1287,9 @@ char *bb_simplify_path(const char *path) FAST_FUNC; | |||
1287 | /* Returns ptr to NUL */ | 1287 | /* Returns ptr to NUL */ |
1288 | char *bb_simplify_abs_path_inplace(char *path) FAST_FUNC; | 1288 | char *bb_simplify_abs_path_inplace(char *path) FAST_FUNC; |
1289 | 1289 | ||
1290 | #ifndef LOGIN_FAIL_DELAY | ||
1290 | #define LOGIN_FAIL_DELAY 3 | 1291 | #define LOGIN_FAIL_DELAY 3 |
1292 | #endif | ||
1291 | extern void bb_do_delay(int seconds) FAST_FUNC; | 1293 | extern void bb_do_delay(int seconds) FAST_FUNC; |
1292 | extern void change_identity(const struct passwd *pw) FAST_FUNC; | 1294 | extern void change_identity(const struct passwd *pw) FAST_FUNC; |
1293 | extern void run_shell(const char *shell, int loginshell, const char *command, const char **additional_args) NORETURN FAST_FUNC; | 1295 | extern void run_shell(const char *shell, int loginshell, const char *command, const char **additional_args) NORETURN FAST_FUNC; |