aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-09-03 12:18:42 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-09-03 12:18:42 +0000
commit432c2a15c925937eb18a7209a593f23f84d7eee8 (patch)
tree253331bcdcf278ef28a6f67f87faf80786b78e97 /include
parenta7178abe49c6a53b74059c3c340e0a46de0afd00 (diff)
downloadbusybox-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.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