fixed the mistake commit

svn path=/trunk/boinc/; revision=2600
This commit is contained in:
vinay 2003-10-29 08:02:11 +00:00
parent 27dc79d78b
commit 512be26091
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) {