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

Diff for /src/usr.bin/telnet/externs.h between version 1.11 and 1.12

version 1.11, 2003/06/03 02:56:18 version 1.12, 2003/12/28 21:53:01
Line 54 
Line 54 
     skiprc,             /* Don't process the ~/.telnetrc file */      skiprc,             /* Don't process the ~/.telnetrc file */
     eight,              /* use eight bit mode (binary in and/or out */      eight,              /* use eight bit mode (binary in and/or out */
     binary,      binary,
       family,             /* address family of peer */
     flushout,           /* flush output */      flushout,           /* flush output */
     connected,          /* Are we connected to the other side? */      connected,          /* Are we connected to the other side? */
     globalmode,         /* Mode tty should be in */      globalmode,         /* Mode tty should be in */

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12