[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.36 and 1.37

version 1.36, 2001/11/11 06:02:06 version 1.37, 2001/11/11 12:35:02
Line 320 
Line 320 
 {  {
     char *dotname = ".";      char *dotname = ".";
   
     Lst_Init(dirSearchPath);      Static_Lst_Init(dirSearchPath);
     ohash_init(&openDirectories, 4, &dir_info);      ohash_init(&openDirectories, 4, &dir_info);
     ohash_init(&mtimes, 4, &stamp_info);      ohash_init(&mtimes, 4, &stamp_info);
   

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37