Subject: CVS commit: syssrc/sys/sys
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 11/29/2001 23:20:01
Module Name:	syssrc
Committed By:	christos
Date:		Thu Nov 29 21:20:00 UTC 2001

Modified Files:
	syssrc/sys/sys: ucred.h

Log Message:
Introduce struct uucred which is our ``old'' ucred structure. This is
going to be used the kernel interfaces to userland, so that we don't
break the existing ABI. struct ucred has now been modified to have
u_int32_t for cr_ref and cr_ngroups.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 syssrc/sys/sys/ucred.h

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