2004-11-07 16:18:02

by Michael Buesch

[permalink] [raw]
Subject: [PATCH 2.4] fix THIS_MODULE error in arp.c

Hi Marcelo,

This fixes an "undeclared THIS_MODULE" compiletime error.

Sorry for the attachment. My mailer is currently broken and
corrupts diffs.


Attachments:
(No filename) (148.00 B)
net-ipv4-arp-fix.diff (313.00 B)
Download all attachments

2004-11-07 20:49:40

by Marcelo Tosatti

[permalink] [raw]
Subject: Re: [PATCH 2.4] fix THIS_MODULE error in arp.c

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