aboutsummaryrefslogtreecommitdiff
path: root/networking/telnetd.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-01-27 12:50:12 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-01-27 12:50:12 +0000
commitf470196a4144dd586f8b80efeef4aca39cf11514 (patch)
tree82fb31007e47f4eb2a31e8bb7bb9e6229a40dc36 /networking/telnetd.c
parent61160dd0a155364d30b7009b69e2a15afa651a2c (diff)
downloadbusybox-w32-f470196a4144dd586f8b80efeef4aca39cf11514.tar.gz
busybox-w32-f470196a4144dd586f8b80efeef4aca39cf11514.tar.bz2
busybox-w32-f470196a4144dd586f8b80efeef4aca39cf11514.zip
- fix conflicting decls of syslog related facilitynames and prioritynames tables
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 {