login: style fixes
This commit is contained in:
parent
dd93abeaff
commit
2e502914b0
4 changed files with 39 additions and 9 deletions
|
@ -490,9 +490,9 @@ void xprint_and_close_file(FILE *file);
|
|||
|
||||
#define FAIL_DELAY 3
|
||||
extern void bb_do_delay(int seconds);
|
||||
extern void change_identity ( const struct passwd *pw );
|
||||
extern const char *change_identity_e2str ( const struct passwd *pw );
|
||||
extern void run_shell ( const char *shell, int loginshell, const char *command, const char **additional_args);
|
||||
extern void change_identity(const struct passwd *pw);
|
||||
extern const char *change_identity_e2str(const struct passwd *pw);
|
||||
extern void run_shell(const char *shell, int loginshell, const char *command, const char **additional_args);
|
||||
#ifdef CONFIG_SELINUX
|
||||
extern void renew_current_security_context(void);
|
||||
extern void set_current_security_context(security_context_t sid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue