Subject: Re: CVS commit: src
To: None <drochner@netbsd.org>
From: Simon Burge <simonb@NetBSD.org>
List: source-changes
Date: 12/17/2007 11:55:35
Matthias Drochner wrote:

> Module Name:	src
> Committed By:	drochner
> Date:		Sun Dec 16 23:24:22 UTC 2007
> 
> Modified Files:
> 
> 	src/distrib/sets/lists/comp: mi
> 	src/sys/sys: Makefile device.h
> 
> Log Message:
> 
> don't include <sys/pmf.h> for userland programs, saves some recompilation
> if internals are changed

Should that be "_KERNEL_OPT"?  LKMs might need to get at some of
the <sys/pmf.h> functions (or are expected to explicitly include
<sys/pmf.h> themselves?

Cheers,
Simon.