Subject: Re: CVS commit: src/lib/libkvm
To: Joerg Sonnenberger <joerg@britannica.bec.de>
From: Jason Thorpe <thorpej@shagadelic.org>
List: source-changes
Date: 02/07/2007 09:51:45
On Feb 7, 2007, at 4:26 AM, Joerg Sonnenberger wrote:

> You mean like using
> #ifdef _KERNEL
> ...
> #endif /* _KERNEL */
> for datastructures which are internal to the kernel? Oh wait...

kauth_cred_t is not just private to the kernel ... it's private to  
kern_auth.c!  The rest of the kernel doesn't have access to its  
internals.

-- thorpej