=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/dir.h,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/make/dir.h 2000/09/14 13:43:31 1.8 --- src/usr.bin/make/dir.h 2000/09/14 13:46:45 1.9 *************** *** 1,4 **** ! /* $OpenBSD: dir.h,v 1.8 2000/09/14 13:43:31 espie Exp $ */ /* $NetBSD: dir.h,v 1.4 1996/11/06 17:59:05 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: dir.h,v 1.9 2000/09/14 13:46:45 espie Exp $ */ /* $NetBSD: dir.h,v 1.4 1996/11/06 17:59:05 christos Exp $ */ /* *************** *** 51,57 **** int refCount; /* Number of paths with this directory */ int hits; /* the number of times a file in this * directory has been found */ ! Hash_Table files; /* Hash table of files in directory */ char name[1]; /* Name of directory */ } Path; --- 51,57 ---- int refCount; /* Number of paths with this directory */ int hits; /* the number of times a file in this * directory has been found */ ! struct hash files; /* Hash table of files in directory */ char name[1]; /* Name of directory */ } Path;