From: Chris Wright <chrisw@osdl.org>
To: marcelo.tosatti@cyclades.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] compile fix for neighbour scalability backport
Date: Fri, 5 Nov 2004 17:31:36 -0800 [thread overview]
Message-ID: <20041105173136.M14339@build.pdx.osdl.net> (raw)
In-Reply-To: <20041105172414.L14339@build.pdx.osdl.net>; from chrisw@osdl.org on Fri, Nov 05, 2004 at 05:24:14PM -0800
And another compile fix for neighbour scalability fixes.
arp.c:1342: error: `THIS_MODULE' undeclared here (not in a function)
arp.c:1342: error: initializer element is not constant
arp.c:1342: error: (near initialization for `arp_seq_fops.owner')
Signed-off-by: Chris Wright <chrisw@osdl.org>
===== net/ipv4/arp.c 1.18 vs edited =====
--- 1.18/net/ipv4/arp.c 2004-10-05 12:33:32 -07:00
+++ edited/net/ipv4/arp.c 2004-11-05 17:25:52 -08:00
@@ -76,6 +76,7 @@
#include <linux/types.h>
#include <linux/string.h>
#include <linux/kernel.h>
+#include <linux/module.h>
#include <linux/sched.h>
#include <linux/config.h>
#include <linux/socket.h>
prev parent reply other threads:[~2004-11-06 1:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-06 1:24 Chris Wright
2004-11-06 1:31 ` Chris Wright [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=20041105173136.M14339@build.pdx.osdl.net \
--to=chrisw@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo.tosatti@cyclades.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
all inboxes | Powered by JetHome®