aboutsummaryrefslogtreecommitdiff
path: root/networking/telnet.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-11-25 01:36:03 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-11-25 01:36:03 +0000
commit61befda93b2ed2458c8db50d2d03cff453d36565 (patch)
treed8d9c76401d87b183bd99e7c2e82d6b6cd79f564 /networking/telnet.c
parent16898406724b99ec61d16b38393137bddd6ecc25 (diff)
downloadbusybox-w32-61befda93b2ed2458c8db50d2d03cff453d36565.tar.gz
busybox-w32-61befda93b2ed2458c8db50d2d03cff453d36565.tar.bz2
busybox-w32-61befda93b2ed2458c8db50d2d03cff453d36565.zip
ash,hush: add TODO for rare build failure
*: remove some redundant includes
Diffstat (limited to 'networking/telnet.c')
-rw-r--r--networking/telnet.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/telnet.c b/networking/telnet.c
index ba6f2fb83..cc994250c 100644
--- a/networking/telnet.c
+++ b/networking/telnet.c
@@ -21,7 +21,6 @@
21 * 21 *
22 */ 22 */
23 23
24#include <termios.h>
25#include <arpa/telnet.h> 24#include <arpa/telnet.h>
26#include <netinet/in.h> 25#include <netinet/in.h>
27#include "libbb.h" 26#include "libbb.h"