mirror of https://github.com/BOINC/boinc.git
More files. accidentally client/net_xfer.C got modified. I will
recheck it in a couple seconds to fix it svn path=/trunk/boinc/; revision=2599
This commit is contained in:
parent
c73c2298cf
commit
27dc79d78b
|
@ -70,7 +70,7 @@
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
typedef int socklen_t;
|
typedef int socklen_t;
|
||||||
#elif !GETSOCKOPT_SOCKLEN_T
|
#elif !GETSOCKOPT_SOCKLEN_T
|
||||||
typedef size_t socklen_t;
|
//typedef size_t socklen_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int get_socket_error(int fd) {
|
int get_socket_error(int fd) {
|
||||||
|
|
Loading…
Reference in New Issue