=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/suff.c,v retrieving revision 1.67 retrieving revision 1.68 diff -c -r1.67 -r1.68 *** src/usr.bin/make/suff.c 2007/09/17 09:28:36 1.67 --- src/usr.bin/make/suff.c 2007/09/17 10:12:35 1.68 *************** *** 1,5 **** /* $OpenPackages$ */ ! /* $OpenBSD: suff.c,v 1.67 2007/09/17 09:28:36 espie Exp $ */ /* $NetBSD: suff.c,v 1.13 1996/11/06 17:59:25 christos Exp $ */ /* --- 1,5 ---- /* $OpenPackages$ */ ! /* $OpenBSD: suff.c,v 1.68 2007/09/17 10:12:35 espie Exp $ */ /* $NetBSD: suff.c,v 1.13 1996/11/06 17:59:25 christos Exp $ */ /* *************** *** 1177,1183 **** * on the Arch module to find the nodes for us, expanding * variables in the parent's context. */ ! char *sacrifice = cp; (void)Arch_ParseArchive(&sacrifice, &members, &pgn->context); } else { --- 1177,1183 ---- * on the Arch module to find the nodes for us, expanding * variables in the parent's context. */ ! const char *sacrifice = cp; (void)Arch_ParseArchive(&sacrifice, &members, &pgn->context); } else {