[Midnightbsd-cvs] src [12363] trunk/sys/sys/select.h: sync with FreeBSD 11-stable

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Feb 9 13:34:07 EST 2020


Revision: 12363
          http://svnweb.midnightbsd.org/src/?rev=12363
Author:   laffer1
Date:     2020-02-09 13:34:06 -0500 (Sun, 09 Feb 2020)
Log Message:
-----------
sync with FreeBSD 11-stable

Modified Paths:
--------------
    trunk/sys/sys/select.h

Modified: trunk/sys/sys/select.h
===================================================================
--- trunk/sys/sys/select.h	2020-02-09 18:33:35 UTC (rev 12362)
+++ trunk/sys/sys/select.h	2020-02-09 18:34:06 UTC (rev 12363)
@@ -27,7 +27,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $FreeBSD: stable/10/sys/sys/select.h 154090 2006-01-06 22:12:46Z marcel $
+ * $FreeBSD: stable/11/sys/sys/select.h 331722 2018-03-29 02:50:57Z eadler $
  */
 
 #ifndef _SYS_SELECT_H_
@@ -57,7 +57,7 @@
  * be enough for most uses.
  */
 #ifndef	FD_SETSIZE
-#define	FD_SETSIZE	1024U
+#define	FD_SETSIZE	1024
 #endif
 
 #define	_NFDBITS	(sizeof(__fd_mask) * 8)	/* bits per mask */



More information about the Midnightbsd-cvs mailing list