On Friday 2009-08-28 07:56, Balazs Scheidler wrote: >+++ b/include/linux/netfilter/xt_socket.h >@@ -0,0 +1,8 @@ >+#ifndef _XT_SOCKET_H_match >+#define _XT_SOCKET_H_match >+ >+struct xt_socket_match_info1 { >+ __u8 transparent:1; >+}; >+ >+#endif /* _XT_SOCKET_H_match */ Bitfields are a no-no in the ABI. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html