12 lines
296 B
Text
12 lines
296 B
Text
$NetBSD: patch-aa,v 1.7 1999/11/27 22:23:17 rh Exp $
|
|
|
|
--- kdvi/dvi.h.orig Sat Nov 27 23:19:40 1999
|
|
+++ kdvi/dvi.h Sat Nov 27 23:19:40 1999
|
|
@@ -60,3 +60,7 @@
|
|
#define EREFL 251
|
|
|
|
#define TRAILER 223 /* Trailing bytes at end of file */
|
|
+
|
|
+#ifdef __SVR4
|
|
+#define NeedVarargsPrototypes 1
|
|
+#endif
|