Date: Mon, 22 Jan 2001 13:11:03 -0500 (EST) From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> To: John Baldwin <jhb@FreeBSD.ORG> Cc: freebsd-emulation@FreeBSD.ORG, Current <FreeBSD-current@FreeBSD.ORG> Subject: RE: Cannot build emulators/vmware2 Message-ID: <200101221811.NAA40255@khavrinen.lcs.mit.edu> In-Reply-To: <XFMail.010121223956.jhb@FreeBSD.org> References: <7mae8kt9xa.wl@waterblue.imgsrc.co.jp> <XFMail.010121223956.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
<<On Sun, 21 Jan 2001 22:39:56 -0800 (PST), John Baldwin <jhb@FreeBSD.ORG> said: > work on stable, just do a #ifdef __FreeBSD_version > 4 use selinfo, else use > select.h. Make that: #if __FreeBSD_version >= 500014 #include <sys/selinfo.h> #else #include <sys/select.h> #endif -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | 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 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?200101221811.NAA40255>