Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2000 14:02:30 +0700 (NOVST)
From:      Nickolay Dudorov <nnd@mail.nsk.ru>
To:        Brian Feldman <green@FreeBSD.ORG>
Cc:        current@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/sys select.h
Message-ID:  <200008060702.OAA78797@wint.itfs.nsk.su>
In-Reply-To: <200008060214.TAA89337@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <200008060214.TAA89337@freefall.freebsd.org> 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008060702.OAA78797>