RE: Cannot build emulators/vmware2

2001-01-22 Thread Garrett Wollman

< said:

> work on stable, just do a #ifdef __FreeBSD_version > 4 use selinfo, else use
> select.h.

Make that:

#if __FreeBSD_version >= 500014
#include 
#else
#include 
#endif

-GAWollman

--
Garrett A. Wollman   | O Siem / We are all family / O Siem / We're all the same
[EMAIL PROTECTED]  | O Siem / The fires of freedom 
Opinions not those of| Dance in the burning flame
MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick


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



RE: Cannot build emulators/vmware2

2001-01-21 Thread John Baldwin


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  instead ofwas
just recently gutted and/or axed (can't remember which).  If  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