Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 02/18/2007 15:20:34
Module Name:	src
Committed By:	dsl
Date:		Sun Feb 18 15:20:34 UTC 2007

Modified Files:
	src/sys/kern: kern_auth.c
	src/sys/sys: kauth.h proc.h sysctl.h ucred.h

Log Message:
The pre-kauth 'struct ucread' and 'struct pcred' are now only used in the
(depracted some time ago) 'struct kinfo_proc' returned by sysctl.
Move the definitions to sys/syctl.h and rename in order to ensure all the
users are located.


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 src/sys/kern/kern_auth.c
cvs rdiff -r1.36 -r1.37 src/sys/sys/kauth.h
cvs rdiff -r1.237 -r1.238 src/sys/sys/proc.h
cvs rdiff -r1.167 -r1.168 src/sys/sys/sysctl.h
cvs rdiff -r1.31 -r1.32 src/sys/sys/ucred.h

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