=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/dir.h,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/make/dir.h 2000/11/24 14:36:33 1.12 --- src/usr.bin/make/dir.h 2001/03/02 16:57:26 1.13 *************** *** 1,4 **** ! /* $OpenBSD: dir.h,v 1.12 2000/11/24 14:36:33 espie Exp $ */ /* $NetBSD: dir.h,v 1.4 1996/11/06 17:59:05 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: dir.h,v 1.13 2001/03/02 16:57:26 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 */ ! struct hash 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 ohash files; /* Hash table of files in directory */ char name[1]; /* Name of directory */ } Path;