<<On Sun, 21 Jan 2001 22:39:56 -0800 (PST), John Baldwin <[EMAIL PROTECTED]> 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
[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

Reply via email to