[26446] in CVS-changelog-for-Kerberos-V5
svn rev #3332: trunk/telnet/telnetd/
daemon@ATHENA.MIT.EDU (rra@mit.edu)
Wed Mar 21 00:19:06 2012
Date: Wed, 21 Mar 2012 00:18:34 -0400
From: rra@mit.edu
Message-Id: <201203210418.q2L4IYwe024529@drugstore.mit.edu>
To: krb5-appl-commits@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: krb5-appl-commits-bounces@mit.edu
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
_______________________________________________
Krb5-appl-commits mailing list
Krb5-appl-commits@mit.edu
http://mailman.mit.edu/mailman/listinfo/krb5-appl-commits