=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/error.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- src/usr.bin/make/error.c 2004/04/07 13:11:35 1.12 +++ src/usr.bin/make/error.c 2007/09/17 09:28:36 1.13 @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: error.c,v 1.12 2004/04/07 13:11:35 espie Exp $ */ +/* $OpenBSD: error.c,v 1.13 2007/09/17 09:28:36 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. @@ -147,7 +147,7 @@ */ /* VARARGS */ static void -ParseVErrorInternal(const char *cfname, unsigned long clineno, int type, +ParseVErrorInternal(const char *cfname, unsigned long clineno, int type, const char *fmt, va_list ap) { if (cfname) @@ -173,7 +173,7 @@ va_list ap; va_start(ap, fmt); - ParseVErrorInternal(Parse_Getfilename(), Parse_Getlineno(), type, + ParseVErrorInternal(Parse_Getfilename(), Parse_Getlineno(), type, fmt, ap); va_end(ap); }