Subject: CVS commit: src/common/lib/libprop
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/07/2006 17:09:36
Module Name:	src
Committed By:	thorpej
Date:		Fri Jul  7 17:09:36 UTC 2006

Modified Files:
	src/common/lib/libprop: prop_dictionary.c

Log Message:
Use a red-black tree to unique'ify the dictionary key symbols, rather than
a sorted array.  Using a tree puts the linkage into the key symbol itself,
allowing us to avoid having to allocate memory with a mutex held.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/common/lib/libprop/prop_dictionary.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.