summaryrefslogtreecommitdiff
path: root/lang/sbcl/patches/patch-src_runtime_gc-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/sbcl/patches/patch-src_runtime_gc-common.c')
-rw-r--r--lang/sbcl/patches/patch-src_runtime_gc-common.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/sbcl/patches/patch-src_runtime_gc-common.c b/lang/sbcl/patches/patch-src_runtime_gc-common.c
deleted file mode 100644
index 3a00abc2c6e..00000000000
--- a/lang/sbcl/patches/patch-src_runtime_gc-common.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_runtime_gc-common.c,v 1.3 2017/04/30 17:24:27 asau Exp $
-
---- src/runtime/gc-common.c.orig 2017-04-28 09:54:14.000000000 +0000
-+++ src/runtime/gc-common.c
-@@ -25,6 +25,10 @@
- * <ftp://ftp.cs.utexas.edu/pub/garbage/bigsurv.ps>.
- */
-
-+#if defined(__NetBSD__)
-+#define _KERNTYPES
-+#endif
-+
- #include <stdio.h>
- #include <signal.h>
- #include <string.h>