git: 8efd6fe08f - main - Porters Handbook: convert an svnweb link for sys/param.h to cgit.
Rene Ladan <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/doc/commit/?id=8efd6fe08f075ecdf7af8cbe27caed070b0fd479 commit 8efd6fe08f075ecdf7af8cbe27caed070b0fd479 Author: Rene Ladan <[email protected]> AuthorDate: 2021-03-29 19:48:45 +0000 Commit: Rene Ladan <[email protected]> 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] .... _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"