Patch by Mike Frysinger: use socklen_t where appropriate
authorJoey Schulze <joey@infodrom.org>
Thu, 24 May 2007 13:56:04 +0000 (13:56 +0000)
committerJoey Schulze <joey@infodrom.org>
Thu, 24 May 2007 13:56:04 +0000 (13:56 +0000)
syslogd.c

index 5853c21..dacd7f0 100644 (file)
--- a/syslogd.c
+++ b/syslogd.c
@@ -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__ */