mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
324 B
Plaintext
14 lines
324 B
Plaintext
$NetBSD: patch-ab,v 1.2 2005/12/05 20:51:20 rillig Exp $
|
|
|
|
--- xpaste.c.orig 2003-11-18 07:23:53.000000000 +0000
|
|
+++ xpaste.c
|
|
@@ -18,7 +18,7 @@
|
|
#include <X11/Xaw/AsciiText.h>
|
|
#include <X11/Xaw/Form.h>
|
|
#include <X11/Xaw/Command.h>
|
|
-#include <varargs.h>
|
|
+#include <stdarg.h>
|
|
#include "patchlevel.h"
|
|
|
|
#ifndef WIDTHPADDING
|