Subject: Re: CVS commit: [elad-kernelauth] src/sys/ufs/ext2fs
To: None <christos@netbsd.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: source-changes
Date: 04/20/2006 09:01:36
On Apr 19, 2006, at 5:25 PM, Christos Zoulas wrote:
>
> Module Name: src
> Committed By: christos
> Date: Thu Apr 20 00:25:43 UTC 2006
>
> Modified Files:
> src/sys/ufs/ext2fs [elad-kernelauth]: ext2fs_extern.h
>
> Log Message:
> use struct kauth_cred instead of kauth_cred_t so that we don't need
> kauth.h
Gah, no, please. kauth_cred_t is supposed to be an opaque type,
other code should not know or care that it is a pointer to a structure.
-- thorpej