[BACK]Return to sys_bsd.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / telnet

Diff for /src/usr.bin/telnet/sys_bsd.c between version 1.16 and 1.17

version 1.16, 2014/07/19 23:50:38 version 1.17, 2014/07/20 05:22:02
Line 31 
Line 31 
  */   */
   
 #include "telnet_locl.h"  #include "telnet_locl.h"
 #include <err.h>  #include <sys/ioctl.h>
   #include <poll.h>
   
 /*  /*
  * The following routines try to encapsulate what is system dependent   * The following routines try to encapsulate what is system dependent
Line 108 
Line 109 
  *      0       Don't add this character.   *      0       Don't add this character.
  *      1       Do add this character   *      1       Do add this character
  */   */
   
 extern void xmitAO(), xmitEL(), xmitEC(), intp(), sendbrk();  
   
     int      int
 TerminalSpecialChars(c)  TerminalSpecialChars(c)

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17