freebsd-ports/sysutils/msyslog/files/patch-im_unix.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

15 lines
351 B
C

--- 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"
/*