K 10 svn:author V 6 emaste K 8 svn:date V 27 2014-04-28T13:42:41.000519Z K 7 svn:log V 369 Drop explicit unsigned from FD_SETSIZE constant FD_SETSIZE is often used as an argument to select or compared with an integer file descriptor. Rather than force 3rd party software to add explicit casts, just make it a plain (int) constant as on other operating systems. Previous discussion: http://lists.freebsd.org/pipermail/freebsd-standards/2012-July/002410.html END