pkgsrc/sysutils/fsviewer/patches/patch-aa
wiz a87667b0d4 Initial import of fsviewer, a NextStep-like Filemanager for WindowMaker.
Based on two packages provided by John A. Maier in pkg/8356.
2001-03-14 10:38:11 +00:00

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 */