Move `struct selinfo' and related functions to <sys/selinfo.h>.
Bump __FreeBSD_version to reflect the move. For the moment, <sys/select.h> includes <sys/selinfo.h> to allow clients time to catch up. Changes made in preparation for SUSv2/POSIX <sys/select.h> requirements.
This commit is contained in:
parent
1500794443
commit
88ac7df539
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=8640
2 changed files with 14 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml,v 1.134 2000/12/11 19:54:29 nik Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml,v 1.135 2000/12/29 01:22:56 hoek Exp $
|
||||
-->
|
||||
|
||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
||||
|
@ -2989,6 +2989,12 @@ post-install:
|
|||
<entry>5.0-CURRENT after the first SMPng commit.</entry>
|
||||
<entry>500013</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>5.0-CURRENT after <sys/select.h> moved to
|
||||
<sys/selinfo.h>.</entry>
|
||||
<entry>500014</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml,v 1.134 2000/12/11 19:54:29 nik Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml,v 1.135 2000/12/29 01:22:56 hoek Exp $
|
||||
-->
|
||||
|
||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
||||
|
@ -2989,6 +2989,12 @@ post-install:
|
|||
<entry>5.0-CURRENT after the first SMPng commit.</entry>
|
||||
<entry>500013</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>5.0-CURRENT after <sys/select.h> moved to
|
||||
<sys/selinfo.h>.</entry>
|
||||
<entry>500014</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
|
Loading…
Reference in a new issue