Date: Wed, 6 Oct 2021 23:15:52 GMT From: Glen Barber <gjb@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: bc338941dc - main - Attempt to fix build Message-ID: <202110062315.196NFqqE025696@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gjb: URL: https://cgit.FreeBSD.org/doc/commit/?id=bc338941dcb9108c8e50e2543aed74cacf54b24d commit bc338941dcb9108c8e50e2543aed74cacf54b24d Author: Glen Barber <gjb@FreeBSD.org> AuthorDate: 2021-10-06 23:15:34 +0000 Commit: Glen Barber <gjb@FreeBSD.org> CommitDate: 2021-10-06 23:15:34 +0000 Attempt to fix build Sponsored by: Rubicon Communications, LLC ("Netgate") --- documentation/content/en/books/porters-handbook/versions/_index.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/content/en/books/porters-handbook/versions/_index.adoc b/documentation/content/en/books/porters-handbook/versions/_index.adoc index ee3c402dc9..b7935decfc 100644 --- a/documentation/content/en/books/porters-handbook/versions/_index.adoc +++ b/documentation/content/en/books/porters-handbook/versions/_index.adoc @@ -192,8 +192,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg |1400033 |gitref:c751d067c166db71ce8bf3a323c62ac3428bd32a[repository="src",length=12] |Sep 7, 2021 -|14.0-CURRENT after moving the socket buffer locks into the containing socket -|and renaming sb(un)lock to SOCK_IO_(RECV|SEND)_(UN)LOCK. +|14.0-CURRENT after moving the socket buffer locks into the containing socket and renaming sb(un)lock to SOCK_IO_RECV_LOCK, SOCK_IO_RECV_UNLOCK, SOCK_IO_SEND_LOCK, and SOCK_IO_SEND_UNLOCK. |=== |1400034
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110062315.196NFqqE025696>