netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 3/4] ip_fw_compat_masq.c build fix
@ 2004-06-24  6:30 akpm
  2004-06-24 19:43 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2004-06-24  6:30 UTC (permalink / raw)
  To: davem; +Cc: netdev, akpm



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)
_

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

* Re: [patch 3/4] ip_fw_compat_masq.c build fix
  2004-06-24  6:30 [patch 3/4] ip_fw_compat_masq.c build fix akpm
@ 2004-06-24 19:43 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2004-06-24 19:43 UTC (permalink / raw)
  To: akpm; +Cc: netdev


Applied.

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

end of thread, other threads:[~2004-06-24 19:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-24  6:30 [patch 3/4] ip_fw_compat_masq.c build fix akpm
2004-06-24 19:43 ` David S. Miller

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).