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;
#else /* __GLIBC__ */
#ifndef TESTING
size_t len;
socklen_t len;
#endif
int num_fds;
#endif /* __GLIBC__ */