Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Mar 2021 19:59:37 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 8efd6fe08f - main - Porters Handbook: convert an svnweb link for sys/param.h to cgit.
Message-ID:  <202103291959.12TJxbjO068802@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/doc/commit/?id=8efd6fe08f075ecdf7af8cbe27caed070b0fd479

commit 8efd6fe08f075ecdf7af8cbe27caed070b0fd479
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2021-03-29 19:48:45 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2021-03-29 19:48:45 +0000

    Porters Handbook: convert an svnweb link for sys/param.h to cgit.
---
 .../content/en/books/porters-handbook/porting-dads/chapter.adoc         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/porters-handbook/porting-dads/chapter.adoc b/documentation/content/en/books/porters-handbook/porting-dads/chapter.adoc
index 54bf55a89c..699e3c5b85 100644
--- a/documentation/content/en/books/porters-handbook/porting-dads/chapter.adoc
+++ b/documentation/content/en/books/porters-handbook/porting-dads/chapter.adoc
@@ -51,7 +51,7 @@ Also, if defining `WRKDIR`, make sure to prepend `${WRKDIRPREFIX}${.CURDIR}` in
 [[porting-versions]]
 == Differentiating Operating Systems and OS Versions
 
-Some code needs modifications or conditional compilation based upon what version of FreeBSD Unix it is running under. The preferred way to tell FreeBSD versions apart are the `{freebsd-version}` and `{freebsd}` macros defined in https://svnweb.freebsd.org/base/head/sys/sys/param.h?view=markup[sys/param.h]. If this file is not included add the code,
+Some code needs modifications or conditional compilation based upon what version of FreeBSD Unix it is running under. The preferred way to tell FreeBSD versions apart are the `{freebsd-version}` and `{freebsd}` macros defined in https://cgit.freebsd.org/src/tree/sys/sys/param.h[sys/param.h]. If this file is not included add the code,
 
 [.programlisting]
 ....



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103291959.12TJxbjO068802>