13 lines
293 B
Text
13 lines
293 B
Text
$NetBSD: patch-ag,v 1.1 2004/02/10 10:58:56 agc Exp $
|
|
|
|
--- tools/disol.c 2004/02/10 10:53:04 1.1
|
|
+++ tools/disol.c 2004/02/10 10:53:28
|
|
@@ -33,7 +33,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
-#include <varargs.h>
|
|
+#include <stdarg.h>
|
|
#include "../src/VF.h"
|
|
|
|
#define CommentLine printf
|