Fix VxWorks osiSockOptMcastLoop_t => char

Repairs osiSockTest
This commit is contained in:
Andrew Johnson
2019-06-07 17:21:18 -05:00
parent 345cfcffa8
commit 33e099a51b
+1 -1
View File
@@ -65,7 +65,7 @@ typedef int SOCKET;
#define socket_ioctl(A,B,C) ioctl(A,B,(int)C)
typedef int osiSockIoctl_t;
typedef int osiSocklen_t;
typedef int osiSockOptMcastLoop_t;
typedef char osiSockOptMcastLoop_t;
#define FD_IN_FDSET(FD) ((FD)<FD_SETSIZE&&(FD)>=0)