On 14 Nov 2001, Dag-Erling Smorgrav wrote:
>
> One other thing worth pointing out is that there is no reason for
> <sys/user.h> to include <sys/proc.h>. It just needs to declare struct
> proc as an opaque structure. Also, <sys/user.h> currently pulls in a
> lot of other headers such as <sys/_lock.h> and <sys/_mutex.h> that are
> needed only because <sys/proc.h> depends on them.
In this case it doesn't even need to include user.h
it still compiles and runs without including it....
>
> DES
> --
> Dag-Erling Smorgrav - [EMAIL PROTECTED]
>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message