mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
5a5697333d
PR: ports/62391 Submitted by: Hiroki Sato <hrs@freebsd.org> Maintainer timeout: 4 weeks
9 lines
186 B
C
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 *, ...);
|