diff options
Diffstat (limited to 'sysutils/msyslog/files/patch-im_unix.c')
-rw-r--r-- | sysutils/msyslog/files/patch-im_unix.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/msyslog/files/patch-im_unix.c b/sysutils/msyslog/files/patch-im_unix.c new file mode 100644 index 000000000000..829ebdd41266 --- /dev/null +++ b/sysutils/msyslog/files/patch-im_unix.c @@ -0,0 +1,14 @@ +--- src/modules/im_unix.c.orig Thu Apr 26 00:43:50 2001 ++++ src/modules/im_unix.c Sun May 13 23:44:55 2001 +@@ -58,11 +58,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 DEFAULT_LOGGER "/dev/log" + + /* |