From: akpm@osdl.org
To: davem@redhat.com
Cc: netdev@oss.sgi.com, akpm@osdl.org
Subject: [patch 3/4] ip_fw_compat_masq.c build fix
Date: Wed, 23 Jun 2004 23:30:37 -0700 [thread overview]
Message-ID: <200406240631.i5O6VXZ31250@mail.osdl.org> (raw)
net/ipv4/netfilter/ip_fw_compat_masq.c: In function `check_for_demasq':
net/ipv4/netfilter/ip_fw_compat_masq.c:165: error: 'IP_OFFSET' undeclared (first use in this function)
net/ipv4/netfilter/ip_fw_compat_masq.c:165: error: (Each undeclared identifier is reported only once
net/ipv4/netfilter/ip_fw_compat_masq.c:165: error: for each function it appears in.)
Signed-off-by: Andrew Morton <akpm@osdl.org>
---
25-akpm/net/ipv4/netfilter/ip_fw_compat_masq.c | 1 +
1 files changed, 1 insertion(+)
diff -puN net/ipv4/netfilter/ip_fw_compat_masq.c~ip_fw_compat_masq-build-fix net/ipv4/netfilter/ip_fw_compat_masq.c
--- 25/net/ipv4/netfilter/ip_fw_compat_masq.c~ip_fw_compat_masq-build-fix 2004-06-23 23:30:10.094664248 -0700
+++ 25-akpm/net/ipv4/netfilter/ip_fw_compat_masq.c 2004-06-23 23:30:10.097663792 -0700
@@ -24,6 +24,7 @@
#include <linux/proc_fs.h>
#include <linux/module.h>
#include <net/route.h>
+#include <net/ip.h>
#define ASSERT_READ_LOCK(x) MUST_BE_READ_LOCKED(&ip_conntrack_lock)
#define ASSERT_WRITE_LOCK(x) MUST_BE_WRITE_LOCKED(&ip_conntrack_lock)
_
next reply other threads:[~2004-06-24 6:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-24 6:30 akpm [this message]
2004-06-24 19:43 ` [patch 3/4] ip_fw_compat_masq.c build fix David S. Miller
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=200406240631.i5O6VXZ31250@mail.osdl.org \
--to=akpm@osdl.org \
--cc=davem@redhat.com \
--cc=netdev@oss.sgi.com \
/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;
as well as URLs for NNTP newsgroup(s).