]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
glibc 2.0 compatibility
authorlaforge <laforge>
Mon, 21 May 2001 19:15:16 +0000 (19:15 +0000)
committerlaforge <laforge>
Mon, 21 May 2001 19:15:16 +0000 (19:15 +0000)
libipulog/include/libipulog/libipulog.h

index 9b0c2779f79e0a2577159e36c4f6340e86e2aa67..5d174450d4754c25d8ded4bd94764f0537c11170 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _LIBIPULOG_H
 #define _LIBIPULOG_H
 
+/* $Id$ */
+
 #include <errno.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <net/if.h>
 #include <linux/netfilter_ipv4/ipt_ULOG.h>
 
+/* FIXME: glibc sucks */
+#ifndef MSG_TRUNC 
+#define MSG_TRUNC      0x20
+#endif
+
 struct ipulog_handle;
 
 u_int32_t ipulog_group2gmask(u_int32_t group);