diff options
author | Elliott Hughes <enh@google.com> | 2015-01-16 13:49:23 -0600 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-01-16 13:49:23 -0600 |
commit | c2415d16a8991e2192bda002baab840bfa4d5d79 (patch) | |
tree | c8ad3f35c90d2c7d25cbc95b7ce9dfbec72416a6 /toys/pending/telnetd.c | |
parent | 3b915991f8c8648f939498777f4d76aad04f2817 (diff) | |
download | toybox-c2415d16a8991e2192bda002baab840bfa4d5d79.tar.gz |
AOSP master has <pty.h> and builds netcat/nc.
Diffstat (limited to 'toys/pending/telnetd.c')
-rw-r--r-- | toys/pending/telnetd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toys/pending/telnetd.c b/toys/pending/telnetd.c index f9f34224..4198e63f 100644 --- a/toys/pending/telnetd.c +++ b/toys/pending/telnetd.c @@ -8,7 +8,6 @@ USE_TELNETD(NEWTOY(telnetd, "w#<0b:p#<0>65535=23f:l:FSKi[!wi]", TOYFLAG_USR|TOYF config TELNETD bool "telnetd" default n - depends on TOYBOX_PTY help Handle incoming telnet connections |