CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/03/23 18:19:48
Modified files:
sys/sys : ucred.h mount.h
sys/nfs : nfs.h
sys/kern : kern_prot.c vfs_subr.c
sbin/mountd : mountd.c
Log message:
Split the API: struct ucred remains the kernel internal structure while
struct xucred becomes the structure for syscalls (mount(2) and nfssvc(2)).
ok deraadt@ beck@
