=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/sys_bsd.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/telnet/sys_bsd.c 2014/07/19 23:50:38 1.16 +++ src/usr.bin/telnet/sys_bsd.c 2014/07/20 05:22:02 1.17 @@ -1,4 +1,4 @@ -/* $OpenBSD: sys_bsd.c,v 1.16 2014/07/19 23:50:38 guenther Exp $ */ +/* $OpenBSD: sys_bsd.c,v 1.17 2014/07/20 05:22:02 guenther Exp $ */ /* $NetBSD: sys_bsd.c,v 1.11 1996/02/28 21:04:10 thorpej Exp $ */ /* @@ -31,7 +31,8 @@ */ #include "telnet_locl.h" -#include +#include +#include /* * The following routines try to encapsulate what is system dependent @@ -108,8 +109,6 @@ * 0 Don't add this character. * 1 Do add this character */ - -extern void xmitAO(), xmitEL(), xmitEC(), intp(), sendbrk(); int TerminalSpecialChars(c)