[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.34 and 1.35

version 1.34, 2001/05/29 12:53:39 version 1.35, 2001/11/11 01:19:23
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.34  
changed lines
  Added in v.1.35