diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-25 23:21:05 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-25 23:21:05 +0000 |
commit | cad04ef4f3435e56181a81c896912543be34ea3c (patch) | |
tree | 71e46e02914c97077eaa77e12a726b29240b27f6 /networking | |
parent | 10f8f5f4433a88b9cf9048d38a45838aa6e2abf6 (diff) | |
download | busybox-cad04ef4f3435e56181a81c896912543be34ea3c.tar.gz |
add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy
Diffstat (limited to 'networking')
-rw-r--r-- | networking/zcip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/zcip.c b/networking/zcip.c index a8bfee65a..c50d5abaf 100644 --- a/networking/zcip.c +++ b/networking/zcip.c @@ -272,6 +272,7 @@ int zcip_main(int argc, char *argv[]) // daemonize now; don't delay system startup if (!FOREGROUND) { /* bb_daemonize(); - bad, will close fd! */ +//NOMMU xdaemon(0, 0); bb_info_msg("start, interface %s", intf); } |