Subject: CVS commit: src/usr.bin/config
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 09/03/2006 07:45:40
Module Name:	src
Committed By:	dsl
Date:		Sun Sep  3 07:45:40 UTC 2006

Modified Files:
	src/usr.bin/config: defs.h hash.c util.c

Log Message:
There isn't really any point in the 'union' for nv_str and nv_ptr, all it
does is cause confusion when I try to add default values for defparam.
Also if malloc()/free() aren't efficient enough for us, we ought to fix
them rather than having local free list - so kill the local free lists.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/usr.bin/config/defs.h
cvs rdiff -r1.2 -r1.3 src/usr.bin/config/hash.c
cvs rdiff -r1.3 -r1.4 src/usr.bin/config/util.c

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