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

Diff for /src/usr.bin/telnet/utilities.c between version 1.1 and 1.2

version 1.1, 1995/10/18 08:46:15 version 1.2, 1996/03/27 19:33:15
Line 1 
Line 1 
   /*      $OpenBSD$       */
   /*      $NetBSD: utilities.c,v 1.5 1996/02/28 21:04:21 thorpej Exp $    */
   
 /*  /*
  * Copyright (c) 1988, 1993   * Copyright (c) 1988, 1993
  *      The Regents of the University of California.  All rights reserved.   *      The Regents of the University of California.  All rights reserved.
Line 32 
Line 35 
  */   */
   
 #ifndef lint  #ifndef lint
 /* from: static char sccsid[] = "@(#)utilities.c        8.1 (Berkeley) 6/6/93"; */  #if 0
 static char *rcsid = "$Id$";  static char sccsid[] = "@(#)utilities.c 8.3 (Berkeley) 5/30/95";
   static char rcsid[] = "$NetBSD: utilities.c,v 1.5 1996/02/28 21:04:21 thorpej Exp $";
   #else
   static char rcsid[] = "$OpenBSD$";
   #endif
 #endif /* not lint */  #endif /* not lint */
   
 #define TELOPTS  #define TELOPTS
Line 524 
Line 531 
                     break;                      break;
                 }                  }
                 break;                  break;
   
             case LM_SLC:              case LM_SLC:
                 fprintf(NetTrace, "SLC");                  fprintf(NetTrace, "SLC");
                 for (i = 2; i < length - 2; i += 3) {                  for (i = 2; i < length - 2; i += 3) {
Line 656 
Line 663 
                             fprintf(NetTrace, "\n");                              fprintf(NetTrace, "\n");
   
                         break;                          break;
   
                     default:                      default:
                         fprintf(NetTrace, " %d", pointer[i]);                          fprintf(NetTrace, " %d", pointer[i]);
                         break;                          break;

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