From owner-freebsd-current Mon Jan 22 10:11:29 2001 Delivered-To: freebsd-current@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 371F237B401; Mon, 22 Jan 2001 10:11:04 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id NAA40255; Mon, 22 Jan 2001 13:11:03 -0500 (EST) (envelope-from wollman) Date: Mon, 22 Jan 2001 13:11:03 -0500 (EST) From: Garrett Wollman Message-Id: <200101221811.NAA40255@khavrinen.lcs.mit.edu> To: John Baldwin Cc: freebsd-emulation@FreeBSD.ORG, Current Subject: RE: Cannot build emulators/vmware2 In-Reply-To: References: <7mae8kt9xa.wl@waterblue.imgsrc.co.jp> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: 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 #else #include #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