mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* trivial netfilter compile problem in 2.5.4[34]-mm2
@ 2002-10-21 20:45 Joern Nettingsmeier
  2002-10-22 15:04 ` Harald Welte
  0 siblings, 1 reply; 3+ messages in thread
From: Joern Nettingsmeier @ 2002-10-21 20:45 UTC (permalink / raw)
  To: linux-kernel

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.

regards,

jörn

(please cc: me on followups, the archive i'm using to read lkml lags
badly. thx.)

-- 
Jörn Nettingsmeier     
Kurfürstenstr 49, 45138 Essen, Germany      
http://spunk.dnsalias.org (my server)
http://www.linuxdj.com/audio/lad/ (Linux Audio Developers)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: trivial netfilter compile problem in 2.5.4[34]-mm2
  2002-10-21 20:45 trivial netfilter compile problem in 2.5.4[34]-mm2 Joern Nettingsmeier
@ 2002-10-22 15:04 ` Harald Welte
  2002-10-22 21:39   ` Shawn
  0 siblings, 1 reply; 3+ messages in thread
From: Harald Welte @ 2002-10-22 15:04 UTC (permalink / raw)
  To: Joern Nettingsmeier; +Cc: linux-kernel, Netfilter Development Mailinglist

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+(*)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: trivial netfilter compile problem in 2.5.4[34]-mm2
  2002-10-22 15:04 ` Harald Welte
@ 2002-10-22 21:39   ` Shawn
  0 siblings, 0 replies; 3+ messages in thread
From: Shawn @ 2002-10-22 21:39 UTC (permalink / raw)
  To: Harald Welte
  Cc: Joern Nettingsmeier, linux-kernel, Netfilter Development Mailinglist

[-- Attachment #1: Type: text/plain, Size: 1439 bytes --]

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

[-- Attachment #2: raw.diff --]
[-- Type: text/plain, Size: 326 bytes --]

--- 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;

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-10-22 21:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-21 20:45 trivial netfilter compile problem in 2.5.4[34]-mm2 Joern Nettingsmeier
2002-10-22 15:04 ` Harald Welte
2002-10-22 21:39   ` Shawn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome