diff options
Diffstat (limited to 'sysutils/msyslog/files/patch-im_udp.c')
-rw-r--r-- | sysutils/msyslog/files/patch-im_udp.c | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/msyslog/files/patch-im_udp.c b/sysutils/msyslog/files/patch-im_udp.c index b15b6b4da474..3dd32fb092cf 100644 --- a/sysutils/msyslog/files/patch-im_udp.c +++ b/sysutils/msyslog/files/patch-im_udp.c @@ -1,15 +1,14 @@ ---- src/modules/im_udp.c.orig Thu Apr 26 00:43:50 2001 -+++ src/modules/im_udp.c Sun May 13 23:44:03 2001 -@@ -58,12 +58,6 @@ +--- src/modules/im_udp.c.orig Sat Mar 23 18:14:04 2002 ++++ src/modules/im_udp.c Sat Mar 23 18:14:24 2002 +@@ -58,11 +58,6 @@ #include "../modules.h" #include "../syslogd.h" --/* recvfrom() and others like socklen_t, Irix doesn't provide it */ +-/* recvfrom() and others like socklen_t, Irix doesn't provide it */ -#ifndef HAVE_SOCKLEN_T - typedef int socklen_t; -#endif - -- - /* - * get messge - * + struct im_udp_ctx { + int flags; + }; |