summaryrefslogtreecommitdiff
path: root/lang/sbcl/patches/patch-src_runtime_purify.c
blob: 4c6ec7d32316b820d3d060f2d1604058bef2b616 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-src_runtime_purify.c,v 1.1 2016/10/12 11:35:48 asau Exp $

--- src/runtime/purify.c.orig	2016-09-30 16:41:12.000000000 +0000
+++ src/runtime/purify.c
@@ -13,6 +13,10 @@
  * files for more information.
  */
 
+#if defined(__NetBSD__)
+#define _KERNTYPES
+#endif
+
 #include <stdio.h>
 #include <sys/types.h>
 #include <stdlib.h>