librb/ports: ungimp thing.
This commit is contained in:
parent
3a1f645bed
commit
3d1df26cdd
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ rb_setselect_ports(rb_fde_t *F, unsigned int type, PF * handler, void *client_da
|
||||||
int
|
int
|
||||||
rb_select_ports(long delay)
|
rb_select_ports(long delay)
|
||||||
{
|
{
|
||||||
int i;
|
int i, fd = -1;
|
||||||
unsigned int nget = 1;
|
unsigned int nget = 1;
|
||||||
struct timespec poll_time;
|
struct timespec poll_time;
|
||||||
struct timespec *p = NULL;
|
struct timespec *p = NULL;
|
||||||
|
|
Loading…
Reference in a new issue