Subject: Re: CVS commit: [elad-kernelauth] src/sys/ufs/ext2fs
To: Christos Zoulas <christos@zoulas.com>
From: Jason Thorpe <thorpej@shagadelic.org>
List: source-changes
Date: 04/20/2006 10:07:23
On Apr 20, 2006, at 9:45 AM, Christos Zoulas wrote:

> Here's the list of files that need/use kauth.h. This is a small  
> subset of
> all the files in the kernel. Including <sys/kauth.h> in other header
> files just to bring the typedef into scope is just lazyness.

No lazier than including <sys/types.h> to get the typedef of vaddr_t.

-- thorpej