summaryrefslogtreecommitdiff
path: root/lang/sbcl/patches/patch-src_runtime_coreparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/sbcl/patches/patch-src_runtime_coreparse.c')
-rw-r--r--lang/sbcl/patches/patch-src_runtime_coreparse.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/sbcl/patches/patch-src_runtime_coreparse.c b/lang/sbcl/patches/patch-src_runtime_coreparse.c
deleted file mode 100644
index 373777ecc5b..00000000000
--- a/lang/sbcl/patches/patch-src_runtime_coreparse.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_runtime_coreparse.c,v 1.1 2016/10/12 11:35:48 asau Exp $
-
---- src/runtime/coreparse.c.orig 2016-09-30 16:41:12.000000000 +0000
-+++ src/runtime/coreparse.c
-@@ -14,6 +14,10 @@
- * files for more information.
- */
-
-+#if defined(__NetBSD__)
-+#define _KERNTYPES
-+#endif
-+
- #include "sbcl.h"
-
- #ifndef LISP_FEATURE_WIN32