Subject: CVS commit: src/common/lib/libprop
To: None <source-changes@NetBSD.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 05/07/2006 06:25:50
Module Name:	src
Committed By:	simonb
Date:		Sun May  7 06:25:49 UTC 2006

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

Log Message:
In _prop_dictionary_alloc(), explicitly set pd->pd_flags to zero
instead of leaving random garbage in there.
Should we just use "memset(pd, 0, sizeof(*pd));" instead?

Fixes boot problems on evbppc/WALNUT with new proplib.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 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.