public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.4] fix THIS_MODULE error in arp.c
@ 2004-11-07 13:58 Michael Buesch
  2004-11-07 17:32 ` Marcelo Tosatti
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Buesch @ 2004-11-07 13:58 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: linux kernel mailing list

[-- 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

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

* Re: [PATCH 2.4] fix THIS_MODULE error in arp.c
  2004-11-07 13:58 [PATCH 2.4] fix THIS_MODULE error in arp.c Michael Buesch
@ 2004-11-07 17:32 ` Marcelo Tosatti
  0 siblings, 0 replies; 2+ messages in thread
From: Marcelo Tosatti @ 2004-11-07 17:32 UTC (permalink / raw)
  To: Michael Buesch; +Cc: linux kernel mailing list

Hi Michael, 

All of the three corrections you have been made already.

Thanks for caring anyway. 

On Sun, Nov 07, 2004 at 02:58:12PM +0100, Michael Buesch wrote:
> Hi Marcelo,
> 
> This fixes an "undeclared THIS_MODULE" compiletime error.
> 
> Sorry for the attachment. My mailer is currently broken and
> corrupts diffs.

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


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

end of thread, other threads:[~2004-11-07 20:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-07 13:58 [PATCH 2.4] fix THIS_MODULE error in arp.c Michael Buesch
2004-11-07 17:32 ` Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox