Date: Sun, 21 Jan 2001 22:39:56 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: Jun Kuriyama <kuriyama@imgsrc.co.jp> Cc: freebsd-emulation@FreeBSD.org, Current <FreeBSD-current@FreeBSD.org> Subject: RE: Cannot build emulators/vmware2 Message-ID: <XFMail.010121223956.jhb@FreeBSD.org> In-Reply-To: <7mae8kt9xa.wl@waterblue.imgsrc.co.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jhb@FreeBSD.org> -- 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 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?XFMail.010121223956.jhb>