mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 19:24:22 -04:00
14 lines
293 B
Plaintext
14 lines
293 B
Plaintext
$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
|