Damon Anton Permezel wrote:
> OK, time to check an actual example to see if the supposed reason
> this is a GoodThing(tm) exists.
> 
> % man open
> 
> ...
> SYNOPSIS
>      #include <fcntl.h>
> 
>      int
>      open(const char *path, int flags, ...);
> ...
> 
> % ed $inc/fcntl.h
> ...
> /*
>  * This file includes the definitions for open and fcntl
>  * described by POSIX for <fcntl.h>; it also includes
>  * related kernel definitions.
>  */
> 
> #ifndef _KERNEL
> #include <sys/types.h>
> #endif
> ...
> 
> So, the reasoning here appears specious.

Sorry; didn't see you doing the "-D_KERNEL"...

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to