You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/sysklogd/files/sysklogd-1.4.1-accept.patch

16 lines
292 B

accept/recvfrom take pointers to socklen_t's
http://lists.infodrom.org/infodrom-sysklogd/2006/0011.html
--- syslogd.c
+++ syslogd.c
@@ -841,7 +841,7 @@
int len, num_fds;
#else /* __GLIBC__ */
#ifndef TESTING
- size_t len;
+ socklen_t len;
#endif
int num_fds;
#endif /* __GLIBC__ */