aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-09-03 12:18:42 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-09-03 12:18:42 +0000
commit99bd5adf995ee0f83bdda92384137ae810c4c92b (patch)
tree253331bcdcf278ef28a6f67f87faf80786b78e97 /include
parent759d7ececd56e5b25bbfcc54a04bf939d80c7ee9 (diff)
downloadbusybox-w32-99bd5adf995ee0f83bdda92384137ae810c4c92b.tar.gz
busybox-w32-99bd5adf995ee0f83bdda92384137ae810c4c92b.tar.bz2
busybox-w32-99bd5adf995ee0f83bdda92384137ae810c4c92b.zip
more crond+crontab integrating with loginutil libbb functions and deleted
patch from Thomas Gleixner to init. Viodz last_patch_108
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h1
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
413extern void change_identity ( const struct passwd *pw ); 413extern void change_identity ( const struct passwd *pw );
414extern const char *change_identity_e2str ( const struct passwd *pw );
414extern void run_shell ( const char *shell, int loginshell, const char *command, const char **additional_args 415extern 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