1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/japanese/prn/files/patch-cmt.h
Mark Linimon 5a5697333d Unbreak build by fixing varargs problem on gcc3.3.
PR:		ports/62391
Submitted by:	Hiroki Sato <hrs@freebsd.org>
Maintainer timeout:	4 weeks
2004-03-04 05:09:28 +00:00

9 lines
186 B
C

--- cmt.h.orig Fri Feb 6 00:13:05 2004
+++ cmt.h Fri Feb 6 00:13:18 2004
@@ -32,4 +32,4 @@
/*
* Error handling function.
*/
-extern void error();
+extern void error(char *, ...);