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

Diff for /src/usr.bin/make/str.c between version 1.3 and 1.4

version 1.3, 1996/04/21 23:43:26 version 1.4, 1996/06/26 05:36:37
Line 1 
Line 1 
   /*      $OpenBSD$       */
 /*      $NetBSD: str.c,v 1.12 1996/03/29 02:17:34 jtc Exp $     */  /*      $NetBSD: str.c,v 1.12 1996/03/29 02:17:34 jtc Exp $     */
   
 /*-  /*-
Line 42 
Line 43 
 #if 0  #if 0
 static char     sccsid[] = "@(#)str.c   5.8 (Berkeley) 6/1/90";  static char     sccsid[] = "@(#)str.c   5.8 (Berkeley) 6/1/90";
 #else  #else
 static char rcsid[] = "$NetBSD: str.c,v 1.12 1996/03/29 02:17:34 jtc Exp $";  static char rcsid[] = "$OpenBSD$";
 #endif  #endif
 #endif                          /* not lint */  #endif                          /* not lint */
   

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