summaryrefslogtreecommitdiff
path: root/math/rlab/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'math/rlab/patches/patch-aj')
-rw-r--r--math/rlab/patches/patch-aj22
1 files changed, 0 insertions, 22 deletions
diff --git a/math/rlab/patches/patch-aj b/math/rlab/patches/patch-aj
deleted file mode 100644
index 5d138b32aeb..00000000000
--- a/math/rlab/patches/patch-aj
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aj,v 1.2 2003/07/02 20:39:18 jtb Exp $
-
---- main.c.orig
-+++ main.c
-@@ -239,7 +239,7 @@
- * ************************************************************** */
-
- #ifdef HAVE_GC
--#include "gc_private.h"
-+#include <gc.h>
-
- int real_main (int argc, char *argv[]);
-
-@@ -248,7 +248,7 @@
- {
- int dummy;
-
-- GC_stackbottom = (ptr_t)(&dummy);
-+ GC_stackbottom = (char *)(&dummy);
- return(real_main(argc, argv));
- }
- #endif /* HAVE_GC */