In article <[EMAIL PROTECTED]> you wrote:
> green 2000/08/05 19:14:53 PDT
>
> Modified files:
> sys/sys select.h
> Log:
> None of select.h needs to be exposed to !_KERNEL.
But 'src/lib/lib/libkvm/libkvm_proc.c' does
'#include <sys/tty.h>' which in turn has the line:
#include <sys/select.h> /* For struct selinfo */
As a result 'make buildworld' stops in
'src/lib/libkvm'.
N.Dudorov
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
- Re: cvs commit: src/sys/sys select.h Nickolay Dudorov
- Re: cvs commit: src/sys/sys select.h Brian Fundakowski Feldman
- Re: cvs commit: src/sys/sys select.h Warner Losh
- Re: cvs commit: src/sys/sys select.... Brian Fundakowski Feldman
- Re: cvs commit: src/sys/sys sel... Warner Losh
