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

Diff for /src/usr.bin/make/dir.c between version 1.23 and 1.24

version 1.23, 2000/06/23 16:41:52 version 1.24, 2000/09/14 13:32:06
Line 39 
Line 39 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)dir.c       8.2 (Berkeley) 1/2/94";  
 #else  
 static char rcsid[] = "$OpenBSD$";  
 #endif  
 #endif /* not lint */  
   
 /*-  /*-
  * dir.c --   * dir.c --
  *      Directory searching using wildcards and/or normal names...   *      Directory searching using wildcards and/or normal names...
Line 97 
Line 89 
 #include "make.h"  #include "make.h"
 #include "hash.h"  #include "hash.h"
 #include "dir.h"  #include "dir.h"
   
   #ifndef lint
   #if 0
   static char sccsid[] = "@(#)dir.c       8.2 (Berkeley) 1/2/94";
   #else
   UNUSED
   static char rcsid[] = "$OpenBSD$";
   #endif
   #endif /* not lint */
   
 /*  /*
  *      A search path consists of a Lst of Path structures. A Path structure   *      A search path consists of a Lst of Path structures. A Path structure

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24