summaryrefslogtreecommitdiff
path: root/lang/sbcl/patches/patch-src_runtime_bsd-os.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/sbcl/patches/patch-src_runtime_bsd-os.h')
-rw-r--r--lang/sbcl/patches/patch-src_runtime_bsd-os.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/sbcl/patches/patch-src_runtime_bsd-os.h b/lang/sbcl/patches/patch-src_runtime_bsd-os.h
deleted file mode 100644
index f9c888c4801..00000000000
--- a/lang/sbcl/patches/patch-src_runtime_bsd-os.h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_runtime_bsd-os.h,v 1.1 2016/10/12 11:35:48 asau Exp $
-
---- src/runtime/bsd-os.h.orig 2016-09-30 16:41:12.000000000 +0000
-+++ src/runtime/bsd-os.h
-@@ -13,6 +13,10 @@
- #include <osreldate.h>
- #endif
-
-+#if defined(__NetBSD__)
-+#define _KERNTYPES
-+#endif
-+
- #include <sys/types.h>
- #include <sys/mman.h>
- #include <sys/signal.h>