Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Apr 1997 13:05:06 -0600
From:      Warner Losh <imp@village.org>
To:        Darren Reed <avalon@coombs.anu.edu.au>
Cc:        proff@suburbia.net, terry@lambert.org, hackers@freebsd.org
Subject:   Re: detecting kernel version at compile time 
Message-ID:  <E0wG86l-00007q-00@rover.village.org>
In-Reply-To: Your message of "Sat, 12 Apr 1997 12:44:19 %2B1000." <199704120250.TAA09903@freefall.freebsd.org> 
References:  <199704120250.TAA09903@freefall.freebsd.org>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <199704120250.TAA09903@freefall.freebsd.org> Darren Reed writes:
: > #include <sys/param.h>
: [...]
: 
: Here here.

I have to agree.

Of course, you know that I like

#if (defined(unix) || defined(__unix)) && !defined(USG)
#include <sys/param.h>
#endif

better, but that's a minor quibble :-)

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E0wG86l-00007q-00>