Subject: CVS commit: src/sbin/cgdconfig
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 11/06/2007 10:48:40
Module Name:	src
Committed By:	martin
Date:		Tue Nov  6 10:48:40 UTC 2007

Modified Files:
	src/sbin/cgdconfig: pkcs5_pbkdf2.c

Log Message:
size_t != unsigned int - so don't pass the address of the former when a
pointer to the latter is expected.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sbin/cgdconfig/pkcs5_pbkdf2.c

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