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

Diff for /src/usr.bin/telnet/Attic/tn3270.c between version 1.2 and 1.3

version 1.2, 1996/03/27 19:33:12 version 1.3, 1998/03/12 04:57:46
Line 34 
Line 34 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  #include "telnet_locl.h"
 #if 0  
 static char sccsid[] = "@(#)tn3270.c    8.2 (Berkeley) 5/30/95";  
 static char rcsid[] = "$NetBSD: tn3270.c,v 1.5 1996/02/28 21:04:18 thorpej Exp $";  
 #else  
 static char rcsid[] = "$OpenBSD$";  
 #endif  
 #endif /* not lint */  
   
 #include <sys/types.h>  
 #include <arpa/telnet.h>  
   
 #include "general.h"  
   
 #include "defines.h"  
 #include "ring.h"  
 #include "externs.h"  
 #include "fdset.h"  
   
 #if     defined(TN3270)  #if     defined(TN3270)
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3