On 22-Jan-01 Jun Kuriyama wrote:
>
> After installworld'ing today, I cannot compile emulators/vmware2.
> Does someone see this result?
Fix it to #include <sys/selinfo.h> instead of <sys/select.h> <sys/select.h> was
just recently gutted and/or axed (can't remember which). If <selinfo> doesn't
work on stable, just do a #ifdef __FreeBSD_version > 4 use selinfo, else use
select.h.
--
John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!" - http://www.FreeBSD.org/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message