diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2016-09-15 01:05:16 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2016-09-15 01:05:16 +0000 |
commit | 7d37e1bcb6ac494ae54693c8a0e450e8d95ea089 (patch) | |
tree | 69a43f0497cee308c4e469804998b431c58c4d8c /sys/conf | |
parent | ef523d934c1d629837f287e87e43394522330572 (diff) |
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@
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 3 |
1 files changed, 2 insertions, 1 deletions
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 |