1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/cad/magic/files/patch-tech::tech.h
Oliver Lehmann 785e2e9f0f unbreak build on CURRENT
bump PORTREVISION
2003-12-09 16:20:31 +00:00

9 lines
309 B
C

--- tech/tech.h.orig Tue Dec 9 16:42:58 2003
+++ tech/tech.h Tue Dec 9 16:43:01 2003
@@ -23,4 +23,4 @@
/* ----------------- Exported variables and procedures ---------------- */
extern char *TechDefault; /* Name of default technology */
-extern void TechError();
+extern void TechError(char *fmt, ...);