svn rev #3332: trunk/telnet/telnetd/
rra@MIT.EDU
rra at MIT.EDU
Wed Mar 21 00:18:34 EDT 2012
Commit By: rra
Log Message:
Remove include of sys/tty.h in telnetd.
Remove the include of sys/tty.h in telnet/telnetd/sys_term.c, which breaks
the build on kFreeBSD because it introduces a second competing definition
of struct termios.
Changed Files:
U trunk/telnet/telnetd/sys_term.c
Modified: trunk/telnet/telnetd/sys_term.c
===================================================================
--- trunk/telnet/telnetd/sys_term.c 2012-03-21 04:16:36 UTC (rev 3331)
+++ trunk/telnet/telnetd/sys_term.c 2012-03-21 04:18:34 UTC (rev 3332)
@@ -114,10 +114,6 @@
#include <sys/resource.h>
#include <sys/proc.h>
#endif
- /* For what platforms do we really need sys/tty.h? */
-#ifdef HAVE_SYS_TTY_H
-#include <sys/tty.h>
-#endif
#ifdef t_erase
#undef t_erase
More information about the Krb5-appl-commits
mailing list