lkml.org 
[lkml]   [2000]   [Oct]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch] kernel/module.c (plus gratuitous rant)
Linus,

if the person who sent you the -pre4 patch against module.c
had Cc:'ed this mailing list then your kernel would do
something useful when compiled with gcc-2.7.2.3.

But he didn't so it doesn't.

Here is the fix:

--- linux-2.4.0-test10-pre5/kernel/module.c Tue Oct 24 21:34:13 2000
+++ linux-akpm/kernel/module.c Tue Oct 24 23:17:55 2000
@@ -29,7 +29,9 @@
static struct module kernel_module =
{
size_of_struct: sizeof(struct module),
+ next: NULL,
name: "",
+ size: 0,
uc: {ATOMIC_INIT(1)},
flags: MOD_RUNNING,
syms: __start___ksymtab,

And here is the long-term fix:

:0:
* ^Subject:.*patch
* !.*vger.kernel.org
/dev/null


Regards,
grumpy.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:41    [W:0.148 / U:5.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site