1 --- tcp_wrappers_7.6.orig/socket.c 1997-03-21 19:27:25.000000000 +0100
2 +++ tcp_wrappers_7.6/socket.c 2009-06-05 18:45:03.000000000 +0200
3 @@ -76,7 +76,11 @@ struct request_info *request;
5 static struct sockaddr_in client;
6 static struct sockaddr_in server;
7 +#if !defined (__GLIBC__)
11 +#endif /* __GLIBC__ */
15 @@ -224,7 +228,11 @@ int fd;
18 struct sockaddr_in sin;
19 +#if !defined(__GLIBC__)
20 int size = sizeof(sin);
21 +#else /* __GLIBC__ */
22 + size_t size = sizeof(sin);
23 +#endif /* __GLIBC__ */
26 * Eat up the not-yet received datagram. Some systems insist on a