Skip to content

Commit c941b65

Browse files
committed
FD_SET -> fd_set 으로 수정함
1 parent 0dc8165 commit c941b65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SipPlatform/SipUdp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ void TcpSetPollIn( struct pollfd & sttPollFd, Socket hSocket )
425425
*/
426426
int poll( struct pollfd *fds, unsigned int nfds, int timeout )
427427
{
428-
FD_SET rset;
428+
fd_set rset;
429429
unsigned int i;
430430
int n, iCount = 0;
431431
struct timeval sttTimeout;

0 commit comments

Comments
 (0)