Re: trivial netfilter compile problem in 2.5.4[34]-mm2

Shawn (core@enodev.com)
Tue, 22 Oct 2002 16:39:28 -0500


--ew6BAiZeqk4r7MaW
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit

Patch already in LK, but here goes:

On 10/22, Harald Welte said something like:
> On Mon, Oct 21, 2002 at 10:45:53PM +0200, Joern Nettingsmeier wrote:
> > hi *!
> >
> >
> > in order to compile 2.5.4[34], i had to add #include
> > <linux/netfilter_ipv4> to net/ipv4/raw.c, since it choked on
> > NF_IP_LOCAL_OUT being undefined in line 297.
> >
> > since i've had this problem for two kernel releases now, i thought i'd
> > bring this to your attention.
>
> Thanks a lot, I will investigate this once I am close to an internet
> connection and can download the respective kernel version(s).
>
> > regards,
> > jörn
>
> --
> Live long and prosper
> - Harald Welte / laforge@gnumonks.org http://www.gnumonks.org/
> ============================================================================
> GCS/E/IT d- s-: a-- C+++ UL++++$ P+++ L++++$ E--- W- N++ o? K- w--- O- M-
> V-- PS+ PE-- Y+ PGP++ t++ 5-- !X !R tv-- b+++ DI? !D G+ e* h+ r% y+(*)
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/

--
Shawn Leas
core@enodev.com

While I was gone, somebody rearranged on the furniture in my bedroom. They put it in _exactly_ the same place it was. When I told my roommate, he said: Do I know you? -- Stephen Wright

--ew6BAiZeqk4r7MaW Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="raw.diff"

--- raw.old Tue Oct 22 16:38:30 2002 +++ raw.c Tue Oct 22 16:38:15 2002 @@ -64,7 +64,7 @@ #include <net/raw.h> #include <net/inet_common.h> #include <net/checksum.h> -#include <linux/netfilter.h> +#include <linux/netfilter_ipv4.h> struct sock *raw_v4_htable[RAWV4_HTABLE_SIZE]; rwlock_t raw_v4_lock = RW_LOCK_UNLOCKED;

--ew6BAiZeqk4r7MaW-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/