Date: Tue, 7 Oct 1997 21:27:18 +0000 (GMT) From: Terry Lambert <tlambert@primenet.com> To: joerg_wunsch@uriah.heep.sax.de Cc: freebsd-current@FreeBSD.ORG Subject: Re: how to detect different kernel code (select or poll) Message-ID: <199710072127.OAA08786@usr05.primenet.com> In-Reply-To: <19971007085335.QS46081@uriah.heep.sax.de> from "J Wunsch" at Oct 7, 97 08:53:35 am
next in thread | previous in thread | raw e-mail | index | archive | help
> Why don't you just test for > > #if __FreeBSD__ >= 3 > > ? All that does is test to see if the compiler was compiled on a FreeBSD version 3 system. Look at how __FreeBSD__ gets is value... 8-(. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710072127.OAA08786>