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

Diff for /src/usr.bin/make/dir.h between version 1.8 and 1.9

version 1.8, 2000/09/14 13:43:31 version 1.9, 2000/09/14 13:46:45
Line 51 
Line 51 
     int         refCount;       /* Number of paths with this directory */      int         refCount;       /* Number of paths with this directory */
     int         hits;           /* the number of times a file in this      int         hits;           /* the number of times a file in this
                                  * directory has been found */                                   * directory has been found */
     Hash_Table  files;          /* Hash table of files in directory */      struct hash files;          /* Hash table of files in directory */
     char        name[1];        /* Name of directory */      char        name[1];        /* Name of directory */
 } Path;  } Path;
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9