CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2014/10/30 07:43:28

Modified files:
        lib/libevent   : select.c 

Log message:
The fdsz and n_events variables contain unsigned values that are
derived from size_t and passed to functions as size_t parameters.
Change them from int to size_t to avoid compiler warnings.
OK doug@ nicm@

Reply via email to