nc: port nc 1.10 to busybox

This commit is contained in:
Denis Vlasenko
2007-04-05 20:26:28 +00:00
parent 00c2c4868a
commit 29fe7265b8
9 changed files with 857 additions and 12 deletions

View File

@@ -9,6 +9,10 @@
#include "busybox.h"
#if ENABLE_DESKTOP
#include "nc_bloaty.c"
#else
/* Lots of small differences in features
* when compared to "standard" nc
*/
@@ -195,3 +199,4 @@ int nc_main(int argc, char **argv)
}
}
}
#endif