From 7d37e1bcb6ac494ae54693c8a0e450e8d95ea089 Mon Sep 17 00:00:00 2001 From: David Gwynne Date: Thu, 15 Sep 2016 01:05:16 +0000 Subject: enable the subr_tree version of red-black trees again. the problem with the .h file pulling in sys/param.h for NULL, which in turn goes and pulls in a ton of MI insanity, has been fixed. ok deraadt@ --- sys/conf/files | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/conf') diff --git a/sys/conf/files b/sys/conf/files index 14826d40ddd..70fd647709d 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.630 2016/09/09 04:50:54 dlg Exp $ +# $OpenBSD: files,v 1.631 2016/09/15 01:05:15 dlg Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -692,6 +692,7 @@ file kern/subr_hibernate.c hibernate file kern/subr_log.c file kern/subr_poison.c diagnostic file kern/subr_pool.c +file kern/subr_tree.c file kern/dma_alloc.c file kern/subr_prf.c file kern/subr_prof.c -- cgit v1.2.3