aboutsummaryrefslogtreecommitdiff
path: root/toys/other/netcat.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-16 13:49:23 -0600
committerElliott Hughes <enh@google.com>2015-01-16 13:49:23 -0600
commitc2415d16a8991e2192bda002baab840bfa4d5d79 (patch)
treec8ad3f35c90d2c7d25cbc95b7ce9dfbec72416a6 /toys/other/netcat.c
parent3b915991f8c8648f939498777f4d76aad04f2817 (diff)
downloadtoybox-c2415d16a8991e2192bda002baab840bfa4d5d79.tar.gz
AOSP master has <pty.h> and builds netcat/nc.
Diffstat (limited to 'toys/other/netcat.c')
-rw-r--r--toys/other/netcat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/toys/other/netcat.c b/toys/other/netcat.c
index dcb982d4..616822b7 100644
--- a/toys/other/netcat.c
+++ b/toys/other/netcat.c
@@ -26,7 +26,6 @@ config NETCAT_LISTEN
bool "netcat server options (-let)"
default y
depends on NETCAT
- depends on TOYBOX_PTY
help
usage: netcat [-t] [-lL COMMAND...]