From: Patrick McHardy <kaber@trash.net>
To: "David S. Miller" <davem@davemloft.net>
Cc: Linux Netdev List <netdev@vger.kernel.org>
Subject: [NETFILTER]: netbios conntrack: fix compile
Date: Sat, 05 Aug 2006 09:08:27 +0200 [thread overview]
Message-ID: <44D443EB.1050006@trash.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Fix compilation of the netbios_ns helper in the net-2.6.19 tree.
[-- Attachment #2: x --]
[-- Type: text/plain, Size: 1038 bytes --]
[NETFILTER]: netbios conntrack: fix compile
Fix compile breakage caused by move of IFA_F_SECONDARY to new header file.
Signed-off-by: Patrick McHardy <kaber@trash.net>
---
commit 94f26313abdf7169af0a4afa0c3046927892f22c
tree 1a86a591f06f3da549a23308ca73a8e44f829259
parent 10365c03ef65f5bccc992d6b78f7ef037cb4f0e9
author Patrick McHardy <kaber@trash.net> Sat, 05 Aug 2006 09:07:30 +0200
committer Patrick McHardy <kaber@trash.net> Sat, 05 Aug 2006 09:07:30 +0200
net/ipv4/netfilter/ip_conntrack_netbios_ns.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/net/ipv4/netfilter/ip_conntrack_netbios_ns.c b/net/ipv4/netfilter/ip_conntrack_netbios_ns.c
index a566a81..3d0b438 100644
--- a/net/ipv4/netfilter/ip_conntrack_netbios_ns.c
+++ b/net/ipv4/netfilter/ip_conntrack_netbios_ns.c
@@ -21,6 +21,7 @@ #include <linux/init.h>
#include <linux/skbuff.h>
#include <linux/netdevice.h>
#include <linux/inetdevice.h>
+#include <linux/if_addr.h>
#include <linux/in.h>
#include <linux/ip.h>
#include <net/route.h>
next reply other threads:[~2006-08-05 7:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-05 7:08 Patrick McHardy [this message]
2006-08-05 7:56 ` [NETFILTER]: netbios conntrack: fix compile David 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=44D443EB.1050006@trash.net \
--to=kaber@trash.net \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
/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).