a87667b0d4
Based on two packages provided by John A. Maier in pkg/8356.
17 lines
324 B
Text
17 lines
324 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2001/03/14 10:38:11 wiz Exp $
|
|
|
|
--- src/DnD.c.orig Sat Oct 9 20:45:23 1999
|
|
+++ src/DnD.c
|
|
@@ -21,8 +21,11 @@
|
|
#include <X11/cursorfont.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
+#ifndef __NetBSD__
|
|
#include <values.h>
|
|
-
|
|
+#else
|
|
+#define MAXINT 32
|
|
+#endif
|
|
#include "DnD.h"
|
|
|
|
/* #define DEBUG */
|