From: Harald Welte Date: Mon, 21 May 2001 19:37:22 +0000 (+0000) Subject: glibc sucks X-Git-Tag: v1.2.3~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d88b871e0ea05f572117f2c4dee80a5d5461a76;p=thirdparty%2Fiptables.git glibc sucks --- diff --git a/include/libipulog/libipulog.h b/include/libipulog/libipulog.h index 9b0c2779..3f4cc2c7 100644 --- a/include/libipulog/libipulog.h +++ b/include/libipulog/libipulog.h @@ -1,6 +1,8 @@ #ifndef _LIBIPULOG_H #define _LIBIPULOG_H +/* libipulog.h,v 1.3 2001/05/21 19:15:16 laforge Exp */ + #include #include #include @@ -12,6 +14,11 @@ #include #include +/* FIXME: glibc sucks */ +#ifndef MSG_TRUNC +#define MSG_TRUNC 0x20 +#endif + struct ipulog_handle; u_int32_t ipulog_group2gmask(u_int32_t group);