The R Project SVN R

Rev

Rev 42573 | Rev 52104 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 42573 Rev 42583
Line 498... Line 498...
498
	    if(what != NULL) what->handler((void*) NULL);
498
	    if(what != NULL) what->handler((void*) NULL);
499
	    continue;
499
	    continue;
500
#endif
500
#endif
501
	}
501
	}
502
    }
502
    }
503
    /* not reached */
503
    /* not reached
504
    return(-1);
504
    return(-1); */
505
}
505
}
506
 
506
 
507
int R_SockClose(int sockp)
507
int R_SockClose(int sockp)
508
{
508
{
509
    return closesocket(sockp);
509
    return closesocket(sockp);