Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/sys
On Fri, Dec 19, 2008 at 09:51:48PM +0000, Jason R Thorpe wrote:
>
> Module Name: src
> Committed By: thorpej
> Date: Fri Dec 19 21:51:48 UTC 2008
>
> Modified Files:
> src/sys/sys: pmf.h
>
> Log Message:
> Pull in <sys/types.h> so that e.g. bool is in scope.
>
> XXX The circular dependency with <sys/device.h> and <sys/pmf.h> needs to
> be cleaned up.
There is no circular dependency. Actually, sys/pmf.h shouldn't ever be
included directly. Maybe it should explicitly bail out if not included
via sys/device.h. As such the sys/types.h include is bogus as well.
Joerg
Home |
Main Index |
Thread Index |
Old Index