=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/for.c,v retrieving revision 1.45 retrieving revision 1.46 diff -c -r1.45 -r1.46 *** src/usr.bin/make/for.c 2013/11/22 15:47:35 1.45 --- src/usr.bin/make/for.c 2015/01/23 13:18:40 1.46 *************** *** 1,4 **** ! /* $OpenBSD: for.c,v 1.45 2013/11/22 15:47:35 espie Exp $ */ /* $NetBSD: for.c,v 1.4 1996/11/06 17:59:05 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: for.c,v 1.46 2015/01/23 13:18:40 espie Exp $ */ /* $NetBSD: for.c,v 1.4 1996/11/06 17:59:05 christos Exp $ */ /* *************** *** 244,251 **** static void ForExec(void *valuep, void *argp) { ! char *value = (char *)valuep; ! For *arg = (For *)argp; BUFFER buf; /* Parse_FromString pushes stuff back, so we need to go over vars in --- 244,251 ---- static void ForExec(void *valuep, void *argp) { ! char *value = valuep; ! For *arg = argp; BUFFER buf; /* Parse_FromString pushes stuff back, so we need to go over vars in