=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/dir.c,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- src/usr.bin/make/dir.c 2001/11/11 06:02:06 1.36 +++ src/usr.bin/make/dir.c 2001/11/11 12:35:02 1.37 @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: dir.c,v 1.36 2001/11/11 06:02:06 deraadt Exp $ */ +/* $OpenBSD: dir.c,v 1.37 2001/11/11 12:35:02 espie Exp $ */ /* $NetBSD: dir.c,v 1.14 1997/03/29 16:51:26 christos Exp $ */ /* @@ -320,7 +320,7 @@ { char *dotname = "."; - Lst_Init(dirSearchPath); + Static_Lst_Init(dirSearchPath); ohash_init(&openDirectories, 4, &dir_info); ohash_init(&mtimes, 4, &stamp_info);