Patch by Mike Frysinger: use socklen_t where appropriate

This commit is contained in:
Joey Schulze
2007-05-24 13:56:04 +00:00
parent 8ead571ba1
commit 031b077eb8

View File

@ -829,7 +829,7 @@ int main(argc, argv)
int len, num_fds; int len, num_fds;
#else /* __GLIBC__ */ #else /* __GLIBC__ */
#ifndef TESTING #ifndef TESTING
size_t len; socklen_t len;
#endif #endif
int num_fds; int num_fds;
#endif /* __GLIBC__ */ #endif /* __GLIBC__ */