diff options
Diffstat (limited to 'networking')
-rw-r--r-- | networking/telnetd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/networking/telnetd.c b/networking/telnetd.c index 07c6a6a..eec4417 100644 --- a/networking/telnetd.c +++ b/networking/telnetd.c @@ -31,10 +31,6 @@ #endif #include <arpa/telnet.h> -#if ENABLE_FEATURE_UTMP -# include <utmp.h> /* LOGIN_PROCESS */ -#endif - struct tsession { struct tsession *next; |