summaryrefslogtreecommitdiff
path: root/sysutils/msyslog/files/patch-im_udp.c
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2002-03-23 18:28:13 +0000
committerAnders Nordby <anders@FreeBSD.org>2002-03-23 18:28:13 +0000
commit62374e8c963dcce7ba6f748f43c022650f5172d4 (patch)
tree4f1f6a666d18f894cc9ff0f4e9860a7ee77cd455 /sysutils/msyslog/files/patch-im_udp.c
parentUpdate CHASEN_VERSION. (There was no functional change) (diff)
Update to version 1.08f.
Reclaim maintainership.
Notes
Notes: svn path=/head/; revision=56493
Diffstat (limited to 'sysutils/msyslog/files/patch-im_udp.c')
-rw-r--r--sysutils/msyslog/files/patch-im_udp.c15
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;
+ };