freebsd-ports/sysutils/msyslog/files/patch-ip_misc.c
Will Andrews d9ea8a1921 Add msyslog 1.04b, a flexible and easy to integrate syslog daemon.
PR:		27308
Submitted by:	Anders Nordby <anders@fix.no>
2001-05-20 02:54:49 +00:00

16 lines
433 B
C

--- src/modules/ip_misc.c.orig Thu Apr 26 19:09:26 2001
+++ src/modules/ip_misc.c Sun May 13 16:30:57 2001
@@ -62,12 +62,6 @@
#include "../modules.h"
#include "../syslogd.h"
-/* recvfrom() and others like socklen_t, Irix doesn't provide it */
-#ifndef HAVE_SOCKLEN_T
- typedef int socklen_t;
-#endif
-
-
#define TCP_KEEPALIVE 30 /* seconds to probe TCP connection */
#define MSYSLOG_MAX_TCP_CLIENTS 100
#define LISTENQ 35