summaryrefslogtreecommitdiff
path: root/graphics/tcm/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tcm/patches/patch-ah')
-rw-r--r--graphics/tcm/patches/patch-ah15
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/tcm/patches/patch-ah b/graphics/tcm/patches/patch-ah
deleted file mode 100644
index a1601ae15dd..00000000000
--- a/graphics/tcm/patches/patch-ah
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ah,v 1.2 2001/04/11 21:32:01 jtb Exp $
-
---- sd/dv/crdiagram.c.orig Mon Sep 25 11:34:40 2000
-+++ sd/dv/crdiagram.c
-@@ -38,7 +38,9 @@
- #include "textbox.h"
- #include "comment.h"
- #include "crdiagram.h"
--#include <values.h>
-+#include <limits.h>
-+
-+#define MAXINT INT_MAX
-
- CRDiagram::CRDiagram(Config *c, CRWindow *d, CRViewer *v, CRGraph *g):
- ERDiagram(c, d, v, g) {