$NetBSD: patch-ab,v 1.1.1.1 2003/10/27 17:57:01 manu Exp $
--- io/Error.c.orig	Wed Oct 22 18:17:46 2003
+++ io/Error.c	Wed Oct 22 18:17:04 2003
@@ -110,9 +110,9 @@
 	if (fmt == (const char *) 0)
 		fmt = "Terminated for unknown reason.";
 
 	ErrorPrintV(file, line, fmt, args);
-	ErrorPrintV(file, line, "\r\n", (va_list) 0);
+	ErrorPrintV(file, line, "\r\n", (va_list) {0});
 	exit(1);
 }
 
 void
