lkml.org 
[lkml]   [2002]   [Oct]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: trivial netfilter compile problem in 2.5.4[34]-mm2
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
--- 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;
\
 
 \ /
  Last update: 2005-03-22 13:30    [W:0.068 / U:0.108 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site