diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/boolean/patches/patch-ab | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/cad/boolean/patches/patch-ab b/cad/boolean/patches/patch-ab new file mode 100644 index 00000000000..576f1c4a59c --- /dev/null +++ b/cad/boolean/patches/patch-ab @@ -0,0 +1,17 @@ +$NetBSD: patch-ab,v 1.3 2005/08/24 11:30:18 dmcmahill Exp $ + +--- apps/edit/include/valuesvc.h.orig 2005-03-04 14:21:08.000000000 +0000 ++++ apps/edit/include/valuesvc.h 2005-08-11 01:52:56.000000000 +0000 +@@ -42,4 +42,5 @@ +
+ #include <math.h>
++#include <limits.h>
+
+ #include <float.h>
+@@ -49,5 +50,5 @@ + #endif
+ #ifndef MAXLONG
+-#define MAXLONG 0x7fffffff
++#define MAXLONG LONG_MAX
+ #endif
+ #else
|