aboutsummaryrefslogtreecommitdiff
path: root/networking/telnetd.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/telnetd.c')
-rw-r--r--networking/telnetd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/networking/telnetd.c b/networking/telnetd.c
index 0201d2636..962e5cc7b 100644
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
@@ -24,14 +24,13 @@
24#define DEBUG 0 24#define DEBUG 0
25 25
26#include "libbb.h" 26#include "libbb.h"
27#include <syslog.h>
27 28
28#if DEBUG 29#if DEBUG
29#define TELCMDS 30#define TELCMDS
30#define TELOPTS 31#define TELOPTS
31#endif 32#endif
32#include <arpa/telnet.h> 33#include <arpa/telnet.h>
33#include <sys/syslog.h>
34
35 34
36/* Structure that describes a session */ 35/* Structure that describes a session */
37struct tsession { 36struct tsession {