17 lines
355 B
Text
17 lines
355 B
Text
$NetBSD: patch-aa,v 1.2 2006/03/24 12:26:47 joerg 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>
|
|
+#if !defined(__NetBSD__) && !defined(__DragonFly__)
|
|
#include <values.h>
|
|
-
|
|
+#else
|
|
+#define MAXINT 32
|
|
+#endif
|
|
#include "DnD.h"
|
|
|
|
/* #define DEBUG */
|