[netfilter-cvslog] r6682 - trunk/iptables/include
kaber at netfilter.org
kaber at netfilter.org
Mon Oct 9 20:00:11 CEST 2006
Author: kaber at netfilter.org
Date: 2006-10-09 20:00:11 +0200 (Mon, 09 Oct 2006)
New Revision: 6682
Modified:
trunk/iptables/include/iptables_common.h
Log:
Add endian annotation types to fix compilation for kernels > 2.6.18
Modified: trunk/iptables/include/iptables_common.h
===================================================================
--- trunk/iptables/include/iptables_common.h 2006-10-09 12:09:42 UTC (rev 6681)
+++ trunk/iptables/include/iptables_common.h 2006-10-09 18:00:11 UTC (rev 6682)
@@ -42,4 +42,9 @@
extern void init_extensions(void);
#endif
+#define __be32 u_int32_t
+#define __le32 u_int32_t
+#define __be16 u_int16_t
+#define __le16 u_int16_t
+
#endif /*_IPTABLES_COMMON_H*/
More information about the netfilter-cvslog
mailing list