diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-03 23:17:40 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-03 23:17:40 +0000 |
commit | fa3f806cd0730ddc53765f04a846087b99db847a (patch) | |
tree | c76e82b7f511a099cb1c107e13de57207926f89b /include/libbb.h | |
parent | 43f0a0bb3a178794ac9fa3f5010db680c5d1b018 (diff) | |
download | busybox-w32-1_7_3.tar.gz busybox-w32-1_7_3.tar.bz2 busybox-w32-1_7_3.zip |
apply accumulated post 1.7.2 patches; bump version to 1.7.31_7_3
Diffstat (limited to '')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 140e21dea..76178b15f 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -776,7 +776,7 @@ char *bb_simplify_path(const char *path); | |||
776 | extern void bb_do_delay(int seconds); | 776 | extern void bb_do_delay(int seconds); |
777 | extern void change_identity(const struct passwd *pw); | 777 | extern void change_identity(const struct passwd *pw); |
778 | extern const char *change_identity_e2str(const struct passwd *pw); | 778 | extern const char *change_identity_e2str(const struct passwd *pw); |
779 | extern void run_shell(const char *shell, int loginshell, const char *command, const char **additional_args); | 779 | extern void run_shell(const char *shell, int loginshell, const char *command, const char **additional_args) ATTRIBUTE_NORETURN; |
780 | #if ENABLE_SELINUX | 780 | #if ENABLE_SELINUX |
781 | extern void renew_current_security_context(void); | 781 | extern void renew_current_security_context(void); |
782 | extern void set_current_security_context(security_context_t sid); | 782 | extern void set_current_security_context(security_context_t sid); |