mirror of https://github.com/BOINC/boinc.git
fixed the mistake commit
svn path=/trunk/boinc/; revision=2600
This commit is contained in:
parent
27dc79d78b
commit
512be26091
|
@ -70,7 +70,7 @@
|
|||
#ifdef _WIN32
|
||||
typedef int socklen_t;
|
||||
#elif !GETSOCKOPT_SOCKLEN_T
|
||||
//typedef size_t socklen_t;
|
||||
typedef size_t socklen_t;
|
||||
#endif
|
||||
|
||||
int get_socket_error(int fd) {
|
||||
|
|
Loading…
Reference in New Issue