diff options
author | Rob Landley <rob@landley.net> | 2006-07-10 19:45:20 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-07-10 19:45:20 +0000 |
commit | 1cca9484db69971f652dfef48778da0dc56dad12 (patch) | |
tree | 71cb84ae857702f57bdced4a1e99b877499bfd4a /include/libbb.h | |
parent | 5d8843e451c01d8abfe6b5be772637310e9e581e (diff) | |
download | busybox-w32-1cca9484db69971f652dfef48778da0dc56dad12.tar.gz busybox-w32-1cca9484db69971f652dfef48778da0dc56dad12.tar.bz2 busybox-w32-1cca9484db69971f652dfef48778da0dc56dad12.zip |
Upgrade netcat a lot. Make -e able to take the rest of the command line as
what to exec. Add -f mode and a brief explanation of how to use it to replace
minicom. Add -l -l mode so you can turn any command into a server. And group
all of netcat's command line options under two CONFIG entries, so if you
disable both it doesn't use getopt at all.
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 6d6213901..af45511d4 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <fcntl.h> | 19 | #include <fcntl.h> |
20 | #include <inttypes.h> | 20 | #include <inttypes.h> |
21 | #include <netdb.h> | 21 | #include <netdb.h> |
22 | #include <signal.h> | ||
22 | #include <stdio.h> | 23 | #include <stdio.h> |
23 | #include <stdlib.h> | 24 | #include <stdlib.h> |
24 | #include <stdarg.h> | 25 | #include <stdarg.h> |