From 1cca9484db69971f652dfef48778da0dc56dad12 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 10 Jul 2006 19:45:20 +0000 Subject: 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. --- include/libbb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libbb.h') 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 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3