diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-09-03 12:18:42 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-09-03 12:18:42 +0000 |
commit | 432c2a15c925937eb18a7209a593f23f84d7eee8 (patch) | |
tree | 253331bcdcf278ef28a6f67f87faf80786b78e97 /include | |
parent | a7178abe49c6a53b74059c3c340e0a46de0afd00 (diff) | |
download | busybox-w32-432c2a15c925937eb18a7209a593f23f84d7eee8.tar.gz busybox-w32-432c2a15c925937eb18a7209a593f23f84d7eee8.tar.bz2 busybox-w32-432c2a15c925937eb18a7209a593f23f84d7eee8.zip |
more crond+crontab integrating with loginutil libbb functions and deleted
patch from Thomas Gleixner to init.
Viodz last_patch_108
git-svn-id: svn://busybox.net/trunk/busybox@7377 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 64903732d..4bfcc7a8b 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -411,6 +411,7 @@ void bb_xasprintf(char **string_ptr, const char *format, ...) __attribute__ ((fo | |||
411 | 411 | ||
412 | #define FAIL_DELAY 3 | 412 | #define FAIL_DELAY 3 |
413 | extern void change_identity ( const struct passwd *pw ); | 413 | extern void change_identity ( const struct passwd *pw ); |
414 | extern const char *change_identity_e2str ( const struct passwd *pw ); | ||
414 | extern void run_shell ( const char *shell, int loginshell, const char *command, const char **additional_args | 415 | extern void run_shell ( const char *shell, int loginshell, const char *command, const char **additional_args |
415 | #ifdef CONFIG_SELINUX | 416 | #ifdef CONFIG_SELINUX |
416 | , security_id_t sid | 417 | , security_id_t sid |