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

Diff for /src/usr.bin/telnet/network.c between version 1.5 and 1.6

version 1.5, 1998/03/12 04:57:36 version 1.6, 1998/05/15 03:16:39
Line 35 
Line 35 
  */   */
   
 #include "telnet_locl.h"  #include "telnet_locl.h"
   #include <err.h>
   
 Ring            netoring, netiring;  Ring            netoring, netiring;
 unsigned char   netobuf[2*BUFSIZ], netibuf[BUFSIZ];  unsigned char   netobuf[2*BUFSIZ], netibuf[BUFSIZ];

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6