lkml.org 
[lkml]   [2004]   [Nov]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 2.4] fix THIS_MODULE error in arp.c
Date
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
\
 
 \ /
  Last update: 2005-03-22 14:07    [W:0.038 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site