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:
vinay 2003-10-29 08:00:16 +00:00
parent c73c2298cf
commit 27dc79d78b
1 changed files with 1 additions and 1 deletions

View File

@ -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) {