=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/dir.h,v retrieving revision 1.20 retrieving revision 1.21 diff -c -r1.20 -r1.21 *** src/usr.bin/make/dir.h 2007/09/16 12:30:35 1.20 --- src/usr.bin/make/dir.h 2007/09/16 14:29:33 1.21 *************** *** 2,8 **** #define DIR_H /* $OpenPackages$ */ ! /* $OpenBSD: dir.h,v 1.20 2007/09/16 12:30:35 espie Exp $ */ /* $NetBSD: dir.h,v 1.4 1996/11/06 17:59:05 christos Exp $ */ /* --- 2,8 ---- #define DIR_H /* $OpenPackages$ */ ! /* $OpenBSD: dir.h,v 1.21 2007/09/16 14:29:33 espie Exp $ */ /* $NetBSD: dir.h,v 1.4 1996/11/06 17:59:05 christos Exp $ */ /* *************** *** 141,153 **** */ extern char *Dir_MakeFlags(const char *, Lst); - - #ifdef DEBUG_DIRECTORY_CACHE - /* Dir_PrintDirectories(); - * Print stats about the directory cache. - */ - extern void Dir_PrintDirectories(void); - #endif /* List of directories to search when looking for targets. */ extern Lst defaultPath; --- 141,146 ----