mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
need prototype for new vfork_daemon()
This commit is contained in:
parent
9be7435203
commit
2e7dfc179c
@ -502,6 +502,7 @@ extern void print_login_issue(const char *issue_file, const char *tty);
|
||||
extern void print_login_prompt(void);
|
||||
|
||||
#ifdef BB_NOMMU
|
||||
extern void vfork_daemon(int nochdir, int noclose);
|
||||
extern void vfork_daemon_rexec(int nochdir, int noclose,
|
||||
int argc, char **argv, char *foreground_opt);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user