iptables and ip_conntrack_tuple.h compile fix

From: Tompa Septimius Paul
Date: Tue Feb 01 2005 - 06:23:31 EST



Hi,

I try to recompile iptables iptables-1.2.11 with kernel 2.6.11-rc2
(and mm2) running and I don't succeed. It complains about
/usr/src/linux/include/linux/netfilter_ipv4/ip_conntrack_tuple.h
after this small changes iptables is compiling again.



--- ip_conntrack_tuple.h.old 2005-02-01 12:49:52.000000000 +0200
+++ ip_conntrack_tuple.h 2005-02-01 12:55:43.983819584 +0200
@@ -62,12 +62,11 @@
u_int16_t port;
} sctp;
} u;

/* The protocol. */
- u8 protonum;
+ u_int16_t protonum;

/* The direction (for tuplehash) */
- u8 dir;
+ u_int16_t dir;
} dst;
};


A good day,

Tompa Septimius Paul <subzero@xxxxxxxxxx>







________ Information from NOD32 ________
This message was checked by NOD32 Antivirus System for Linux Mail Server.
http://www.nod32.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/