=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/direxpand.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/make/direxpand.c 2015/01/23 13:18:40 1.6 +++ src/usr.bin/make/direxpand.c 2015/01/23 22:35:57 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: direxpand.c,v 1.6 2015/01/23 13:18:40 espie Exp $ */ +/* $OpenBSD: direxpand.c,v 1.7 2015/01/23 22:35:57 espie Exp $ */ /* * Copyright (c) 1999,2007 Marc Espie. * @@ -298,7 +298,7 @@ static void DirPrintWord(void *word) { - char *s = word; + const char *s = word; printf("%s ", s); }