aboutsummaryrefslogtreecommitdiff
path: root/networking/telnetd.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/telnetd.c')
-rw-r--r--networking/telnetd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/networking/telnetd.c b/networking/telnetd.c
index 07c6a6a73..eec4417ca 100644
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
@@ -31,10 +31,6 @@
31#endif 31#endif
32#include <arpa/telnet.h> 32#include <arpa/telnet.h>
33 33
34#if ENABLE_FEATURE_UTMP
35# include <utmp.h> /* LOGIN_PROCESS */
36#endif
37
38 34
39struct tsession { 35struct tsession {
40 struct tsession *next; 36 struct tsession *next;