On 1/6/06, David S. Miller <[EMAIL PROTECTED]> wrote: > From: Joe <[EMAIL PROTECTED]> > Date: Thu, 5 Jan 2006 23:43:52 -0500 > > > Thats not all either, ./net/ipv4/netfilter/ipt_helper.c has the same > > error and the same fix. > > > > Here's the patch for this one. Sorry for the dupe.. i sent the last > > as html by accident. > > Applied, please provide a "Signed-off-by:" line with your patch > next time. > > Thanks. >
Why not then, we'll do this one as well since it needs it. Signed-off-by: Joe Kappus <[EMAIL PROTECTED]> --- ./net/ipv4/netfilter/ip_conntrack_proto_sctp.c.old 2006-01-06 22:27:08.885583023 -0500 +++ ./net/ipv4/netfilter/ip_conntrack_proto_sctp.c 2006-01-06 22:27:44.606582972 -0500 @@ -16,6 +16,7 @@ #include <linux/types.h> #include <linux/sched.h> #include <linux/timer.h> +#include <linux/interrupt.h> #include <linux/netfilter.h> #include <linux/module.h> #include <linux/in.h> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
