Change two references to param.h to links into cvsweb.
Suggested by: pav
This commit is contained in:
parent
f3b1750940
commit
76f9928ae8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22999
1 changed files with 4 additions and 2 deletions
|
@ -6080,7 +6080,9 @@ Reference: <http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00
|
|||
|
||||
<para>The preferred way to tell 4.3BSD/Reno (1990) and newer versions
|
||||
of the BSD code apart is by using the <literal>BSD</literal> macro
|
||||
defined in <filename><sys/param.h></filename>. Hopefully that
|
||||
defined in
|
||||
<ulink url="http://cvsweb.freebsd.org/src/sys/sys/param.h">sys/param.h</ulink>.
|
||||
Hopefully that
|
||||
file is already included; if not, add the code:</para>
|
||||
|
||||
<programlisting>#if (defined(__unix__) || defined(unix)) && !defined(USG)
|
||||
|
@ -6178,7 +6180,7 @@ Reference: <http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00
|
|||
|
||||
<para>Here is a convenient list of
|
||||
<literal>__FreeBSD_version</literal> values as defined in
|
||||
<filename>sys/param.h</filename>:</para>
|
||||
<ulink url="http://cvsweb.freebsd.org/src/sys/sys/param.h">sys/param.h</ulink>:</para>
|
||||
|
||||
<table frame="none">
|
||||
<title>__FreeBSD_version values</title>
|
||||
|
|
Loading…
Reference in a new issue