Reflect Brian Feldman's change to the socket struct (which bumped
__FreeBSD_version) Chris Costello originally submitted (docs/11740) on which this commit is ever so slightly based on.
This commit is contained in:
parent
c0839a2bf9
commit
54ed1ad605
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5078
5 changed files with 25 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.27 1999-06-07 21:22:21 billf Exp $
|
||||
$Id: chapter.sgml,v 1.28 1999-06-18 00:45:09 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -3358,6 +3358,10 @@ post-install:
|
|||
<entry>4.0-CURRENT after cdevsw registration change</entry>
|
||||
<entry>400006</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>4.0-CURRENT after the addition of so_cred for socket level credentials</entry>
|
||||
<entry>400007</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.27 1999-06-07 21:22:21 billf Exp $
|
||||
$Id: chapter.sgml,v 1.28 1999-06-18 00:45:09 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -3358,6 +3358,10 @@ post-install:
|
|||
<entry>4.0-CURRENT after cdevsw registration change</entry>
|
||||
<entry>400006</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>4.0-CURRENT after the addition of so_cred for socket level credentials</entry>
|
||||
<entry>400007</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: book.sgml,v 1.27 1999-06-07 21:22:21 billf Exp $
|
||||
$Id: book.sgml,v 1.28 1999-06-18 00:45:09 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -3358,6 +3358,10 @@ post-install:
|
|||
<entry>4.0-CURRENT after cdevsw registration change</entry>
|
||||
<entry>400006</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>4.0-CURRENT after the addition of so_cred for socket level credentials</entry>
|
||||
<entry>400007</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.27 1999-06-07 21:22:21 billf Exp $
|
||||
$Id: chapter.sgml,v 1.28 1999-06-18 00:45:09 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -3358,6 +3358,10 @@ post-install:
|
|||
<entry>4.0-CURRENT after cdevsw registration change</entry>
|
||||
<entry>400006</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>4.0-CURRENT after the addition of so_cred for socket level credentials</entry>
|
||||
<entry>400007</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: book.sgml,v 1.27 1999-06-07 21:22:21 billf Exp $
|
||||
$Id: book.sgml,v 1.28 1999-06-18 00:45:09 billf Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -3358,6 +3358,10 @@ post-install:
|
|||
<entry>4.0-CURRENT after cdevsw registration change</entry>
|
||||
<entry>400006</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>4.0-CURRENT after the addition of so_cred for socket level credentials</entry>
|
||||
<entry>400007</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
|
Loading…
Reference in a new issue