aboutsummaryrefslogtreecommitdiff
path: root/networking/telnet.c
diff options
context:
space:
mode:
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 2a6457f2c..a2a90b821 100644
--- a/networking/telnet.c
+++ b/networking/telnet.c
@@ -27,7 +27,6 @@
27#include "busybox.h" 27#include "busybox.h"
28 28
29#ifdef DOTRACE 29#ifdef DOTRACE
30#include <arpa/inet.h> /* for inet_ntoa()... */
31#define TRACE(x, y) do { if (x) printf y; } while (0) 30#define TRACE(x, y) do { if (x) printf y; } while (0)
32#else 31#else
33#define TRACE(x, y) 32#define TRACE(x, y)