diff options
Diffstat (limited to 'syslogd.c')
-rw-r--r-- | syslogd.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -171,7 +171,8 @@ static void doSyslogd (void) __attribute__ ((noreturn)); | |||
171 | static void doSyslogd (void) | 171 | static void doSyslogd (void) |
172 | { | 172 | { |
173 | struct sockaddr_un sunx; | 173 | struct sockaddr_un sunx; |
174 | size_t addrLength; | 174 | socklen_t addrLength; |
175 | |||
175 | 176 | ||
176 | int sock_fd; | 177 | int sock_fd; |
177 | fd_set fds; | 178 | fd_set fds; |