librb/ports: ungimp thing.

This commit is contained in:
Elizabeth Myers 2016-03-23 12:06:26 -05:00
parent 3a1f645bed
commit 3d1df26cdd

View file

@ -123,7 +123,7 @@ rb_setselect_ports(rb_fde_t *F, unsigned int type, PF * handler, void *client_da
int
rb_select_ports(long delay)
{
int i;
int i, fd = -1;
unsigned int nget = 1;
struct timespec poll_time;
struct timespec *p = NULL;