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

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

version 1.1, 1995/10/18 08:45:05 version 1.2, 1996/06/26 05:32:34
Line 1 
Line 1 
   /*      $OpenBSD$       */
 /*      $NetBSD: cut.c,v 1.9 1995/09/02 05:59:23 jtc Exp $      */  /*      $NetBSD: cut.c,v 1.9 1995/09/02 05:59:23 jtc Exp $      */
   
 /*  /*
Line 46 
Line 47 
 #if 0  #if 0
 static char sccsid[] = "@(#)cut.c       8.3 (Berkeley) 5/4/95";  static char sccsid[] = "@(#)cut.c       8.3 (Berkeley) 5/4/95";
 #endif  #endif
 static char rcsid[] = "$NetBSD: cut.c,v 1.9 1995/09/02 05:59:23 jtc Exp $";  static char rcsid[] = "$OpenBSD$";
 #endif /* not lint */  #endif /* not lint */
   
 #include <ctype.h>  #include <ctype.h>

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