In article <20100414141248.b227217...@cvs.netbsd.org>, Antti Kantee <source-changes-d@NetBSD.org> wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: pooka >Date: Wed Apr 14 14:12:48 UTC 2010 > >Modified Files: > src/sys/rump/include/rump: rump.h > src/sys/rump/librump/rumpkern: rumpkern.ifspec > src/sys/rump/librump/rumpvfs: rumpvfs.ifspec > >Log Message: >Use "struct kauth_cred *" instead of kauth_cred_t in all exported >interfaces. Allows to remove hairbrained _t typedef dance.
Not that I have a problem with it, but the whole point of kauth_cred_t was to provide opacity on struct kauth_cred, and people were really pushing to never expose struct kauth_cred. christos