From: Felix Fietkau Date: Wed, 1 Mar 2006 17:55:12 +0000 (+0000) Subject: fix missing part of the rtsp kernel patch X-Git-Tag: whiterussian_rc5~101 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0af2f2866a5ac5630f303b7a021d043dadd4e700;p=openwrt%2Fsvn-archive%2Fopenwrt.git fix missing part of the rtsp kernel patch SVN-Revision: 3294 --- diff --git a/openwrt/target/linux/linux-2.4/patches/generic/117-netfilter_nat_rtsp.patch b/openwrt/target/linux/linux-2.4/patches/generic/117-netfilter_nat_rtsp.patch index 8697a1cac1..65750edba0 100644 --- a/openwrt/target/linux/linux-2.4/patches/generic/117-netfilter_nat_rtsp.patch +++ b/openwrt/target/linux/linux-2.4/patches/generic/117-netfilter_nat_rtsp.patch @@ -1496,3 +1496,30 @@ diff -urN linux-2.4.30/include/linux/netfilter_mime.h linux-2.4.30.new/include/l +#endif /* __KERNEL__ */ + +#endif /* _NETFILTER_MIME_H */ +diff -urN linux-2.4.30/include/linux/netfilter_ipv4/ip_conntrack.h linux-2.4.30.new/include/linux/netfilter_ipv4/ip_conntrack.h +--- linux-2.4.30/include/linux/netfilter_ipv4/ip_conntrack.h 2006-02-14 14:02:20.000000000 +0100 ++++ linux-2.4.30.new/include/linux/netfilter_ipv4/ip_conntrack.h 2006-02-14 13:49:55.000000000 +0100 +@@ -66,6 +66,7 @@ + }; + + /* Add protocol helper include file here */ ++#include + #include + + #include +@@ -77,6 +78,7 @@ + /* per expectation: application helper private data */ + union ip_conntrack_expect_help { + /* insert conntrack helper private data (expect) here */ ++ struct ip_ct_rtsp_expect exp_rtsp_info; + struct ip_ct_amanda_expect exp_amanda_info; + struct ip_ct_ftp_expect exp_ftp_info; + struct ip_ct_irc_expect exp_irc_info; +@@ -94,6 +96,7 @@ + /* per conntrack: application helper private data */ + union ip_conntrack_help { + /* insert conntrack helper private data (master) here */ ++ struct ip_ct_rtsp_master ct_rtsp_info; + struct ip_ct_ftp_master ct_ftp_info; + struct ip_ct_irc_master ct_irc_info; + struct ip_ct_pptp_master ct_pptp_info;