*** empty log message ***

svn path=/trunk/boinc/; revision=2957
This commit is contained in:
Eric J. Korpela 2004-02-04 21:59:45 +00:00
parent f06d1913a6
commit b2bf1bfc9f
1 changed files with 2 additions and 0 deletions

View File

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