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

Diff for /src/usr.bin/telnet/terminal.c between version 1.9 and 1.10

version 1.9, 2014/07/20 07:35:04 version 1.10, 2014/07/20 08:12:46
Line 32 
Line 32 
   
 #include "telnet_locl.h"  #include "telnet_locl.h"
   
   #include <arpa/telnet.h>
   #include <errno.h>
 #include <unistd.h>  #include <unistd.h>
   
 Ring            ttyoring, ttyiring;  Ring            ttyoring, ttyiring;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10