mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2957
This commit is contained in:
parent
f06d1913a6
commit
b2bf1bfc9f
|
@ -72,8 +72,10 @@ typedef int socklen_t;
|
|||
#elif defined ( __APPLE__)
|
||||
typedef int32_t socklen_t;
|
||||
#elif !GETSOCKOPT_SOCKLEN_T
|
||||
#ifndef socklen_t
|
||||
typedef size_t socklen_t;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
int get_socket_error(int fd) {
|
||||
socklen_t intsize = sizeof(int);
|
||||
|
|
Loading…
Reference in New Issue