diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-31 10:19:51 +0000 |
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-31 10:19:51 +0000 |
| commit | c418d482baf414ef3f08a95ab99da7091f358b89 (patch) | |
| tree | 4bcf7032041b501464f38ff9715f98453bebcbaf /include | |
| parent | 507cd755a44628ced60acfa568b402cdf2f5547b (diff) | |
| download | busybox-w32-c418d482baf414ef3f08a95ab99da7091f358b89.tar.gz busybox-w32-c418d482baf414ef3f08a95ab99da7091f358b89.tar.bz2 busybox-w32-c418d482baf414ef3f08a95ab99da7091f358b89.zip | |
- 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().
Diffstat (limited to 'include')
| -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 5f2309a25..e4be35d48 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
| @@ -492,7 +492,7 @@ extern int my_query_module(const char *name, int which, void **buf, size_t *bufs | |||
| 492 | extern void print_login_issue(const char *issue_file, const char *tty); | 492 | extern void print_login_issue(const char *issue_file, const char *tty); |
| 493 | extern void print_login_prompt(void); | 493 | extern void print_login_prompt(void); |
| 494 | 494 | ||
| 495 | #if defined(__uClinux__) | 495 | #ifdef BB_NOMMU |
| 496 | extern void vfork_daemon_rexec(int nochdir, int noclose, | 496 | extern void vfork_daemon_rexec(int nochdir, int noclose, |
| 497 | int argc, char **argv, char *foreground_opt); | 497 | int argc, char **argv, char *foreground_opt); |
| 498 | #endif | 498 | #endif |
