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