- s/defined(__uClinux__)/BB_NOMMU/

This needs a second pass to:
+ add bb_daemon(unsigned char no_chdir, unsigned char no_close, const char*flag)
+ eventually globally export argc and argv, so we don't need to pass it to
  bb_daemon().
This commit is contained in:
Bernhard Reutner-Fischer
2006-05-31 10:19:51 +00:00
parent 507cd755a4
commit c418d482ba
7 changed files with 19 additions and 19 deletions

View File

@ -492,7 +492,7 @@ extern int my_query_module(const char *name, int which, void **buf, size_t *bufs
extern void print_login_issue(const char *issue_file, const char *tty);
extern void print_login_prompt(void);
#if defined(__uClinux__)
#ifdef BB_NOMMU
extern void vfork_daemon_rexec(int nochdir, int noclose,
int argc, char **argv, char *foreground_opt);
#endif