From: Michael Buesch <mbuesch@freenet.de>
To: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
Cc: linux kernel mailing list <linux-kernel@vger.kernel.org>
Subject: [PATCH 2.4] fix THIS_MODULE error in arp.c
Date: Sun, 7 Nov 2004 14:58:12 +0100 [thread overview]
Message-ID: <200411071458.12846.mbuesch@freenet.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 148 bytes --]
Hi Marcelo,
This fixes an "undeclared THIS_MODULE" compiletime error.
Sorry for the attachment. My mailer is currently broken and
corrupts diffs.
[-- Attachment #2: net-ipv4-arp-fix.diff --]
[-- Type: text/x-diff, Size: 313 bytes --]
--- linux-2.4.28-rc1-bk4/net/ipv4/arp.c.orig Sun Nov 7 15:27:45 2004
+++ linux-2.4.28-rc1-bk4/net/ipv4/arp.c Sun Nov 7 15:28:42 2004
@@ -94,6 +94,7 @@
#include <linux/stat.h>
#include <linux/init.h>
#include <linux/jhash.h>
+#include <linux/module.h>
#ifdef CONFIG_SYSCTL
#include <linux/sysctl.h>
#endif
next reply other threads:[~2004-11-07 16:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-07 13:58 Michael Buesch [this message]
2004-11-07 17:32 ` [PATCH 2.4] fix THIS_MODULE error in arp.c Marcelo Tosatti
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=200411071458.12846.mbuesch@freenet.de \
--to=mbuesch@freenet.de \
--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