=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/direxpand.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/make/direxpand.c 2007/09/16 10:14:26 1.1 +++ src/usr.bin/make/direxpand.c 2007/09/16 12:19:15 1.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: direxpand.c,v 1.1 2007/09/16 10:14:26 espie Exp $ */ +/* $OpenBSD: direxpand.c,v 1.2 2007/09/16 12:19:15 espie Exp $ */ /* * Copyright (c) 1999,2007 Marc Espie. * @@ -95,7 +95,7 @@ LstNode ln; /* Current node */ for (ln = Lst_First(path); ln != NULL; ln = Lst_Adv(ln)) - Dir_MatchFilesi(word, eword, (struct Path_ *)Lst_Datum(ln), expansions); + Dir_MatchFilesi(word, eword, (struct PathEntry *)Lst_Datum(ln), expansions); } /*-