Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 10/22/2006 13:07:15
Module Name: src
Committed By: pooka
Date: Sun Oct 22 13:07:15 UTC 2006
Modified Files:
src/sys/kern: kern_auth.c
src/sys/nfs: nfs_export.c nfs_syscalls.c
src/sys/sys: kauth.h
Log Message:
kauth_cred_uucvt() -> kauth_uucred_to_cred(), introduce kauth_cred_to_uucred()
per tech-kern proposal
To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/sys/kern/kern_auth.c
cvs rdiff -r1.17 -r1.18 src/sys/nfs/nfs_export.c
cvs rdiff -r1.97 -r1.98 src/sys/nfs/nfs_syscalls.c
cvs rdiff -r1.14 -r1.15 src/sys/sys/kauth.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.