mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Shawn <core@enodev.com>
To: Harald Welte <laforge@gnumonks.org>
Cc: Joern Nettingsmeier <nettings@folkwang-hochschule.de>,
	linux-kernel@vger.kernel.org,
	Netfilter Development Mailinglist 
	<netfilter-devel@lists.netfilter.org>
Subject: Re: trivial netfilter compile problem in 2.5.4[34]-mm2
Date: Tue, 22 Oct 2002 16:39:28 -0500	[thread overview]
Message-ID: <20021022163928.A31552@q.mn.rr.com> (raw)
In-Reply-To: <20021022150414.GN3039@naboo.club.berlin.ccc.de>; from laforge@gnumonks.org on Tue, Oct 22, 2002 at 05:04:14PM +0200

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

      reply	other threads:[~2002-10-22 21:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-21 20:45 Joern Nettingsmeier
2002-10-22 15:04 ` Harald Welte
2002-10-22 21:39   ` Shawn [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021022163928.A31552@q.mn.rr.com \
    --to=core@enodev.com \
    --cc=laforge@gnumonks.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netfilter-devel@lists.netfilter.org \
    --cc=nettings@folkwang-hochschule.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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