Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 07/17/2006 14:47:02
Module Name:	src
Committed By:	ad
Date:		Mon Jul 17 14:47:02 UTC 2006

Modified Files:
	src/sys/kern: init_sysctl.c kern_auth.c

Log Message:
- Don't cast kauth_cred_t to (struct ucred *), just set pc_ucred = NULL.
- Fill ucred::cr_ref.


To generate a diff of this commit:
cvs rdiff -r1.76 -r1.77 src/sys/kern/init_sysctl.c
cvs rdiff -r1.11 -r1.12 src/sys/kern/kern_auth.c

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