diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-01-27 12:50:12 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-01-27 12:50:12 +0000 |
commit | f470196a4144dd586f8b80efeef4aca39cf11514 (patch) | |
tree | 82fb31007e47f4eb2a31e8bb7bb9e6229a40dc36 /networking/telnetd.c | |
parent | 61160dd0a155364d30b7009b69e2a15afa651a2c (diff) | |
download | busybox-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.c | 3 |
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 */ |
37 | struct tsession { | 36 | struct tsession { |