=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/compat.c,v retrieving revision 1.85 retrieving revision 1.86 diff -c -r1.85 -r1.86 *** src/usr.bin/make/compat.c 2015/01/23 13:38:16 1.85 --- src/usr.bin/make/compat.c 2016/10/21 16:12:38 1.86 *************** *** 1,4 **** ! /* $OpenBSD: compat.c,v 1.85 2015/01/23 13:38:16 espie Exp $ */ /* $NetBSD: compat.c,v 1.14 1996/11/06 17:59:01 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: compat.c,v 1.86 2016/10/21 16:12:38 espie Exp $ */ /* $NetBSD: compat.c,v 1.14 1996/11/06 17:59:01 christos Exp $ */ /* *************** *** 283,289 **** * inferiors could not be made due to errors. */ errors = 0; ! while ((gn = (GNode *)Lst_DeQueue(targs)) != NULL) { CompatMake(gn, NULL); if (gn->built_status == UPTODATE) --- 283,289 ---- * inferiors could not be made due to errors. */ errors = 0; ! while ((gn = Lst_DeQueue(targs)) != NULL) { CompatMake(gn, NULL); if (gn->built_status == UPTODATE)