Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.9 /kernel/module.c

Filename:/kernel/module.c
Lines Added:1
Lines Deleted:1
Also changed in: (Previous) 2.4.9-pre4  2.4.9-pre2  2.4.9-pre3  2.4.9-pre1  2.4.8-ac4  2.4.8-ac5 
(Following) 2.4.9-ac7  2.4.9-ac8  2.4.9-ac9  2.4.9-ac10  2.4.9-ac11  2.4.9-ac12 

Location
[  2.4.9
  [  kernel
     o  module.c

Patch

diff -u --recursive --new-file v2.4.8/linux/kernel/module.c linux/kernel/module.c
--- v2.4.8/linux/kernel/module.c   Tue May  1 16:05:00 2001
+++ linux/kernel/module.c   Sun Aug 12 11:13:59 2001
@@ -39,7 +39,7 @@
 extern const char __start___kallsyms[] __attribute__ ((weak));
 extern const char __stop___kallsyms[] __attribute__ ((weak));
 
-static struct module kernel_module =
+struct module kernel_module =
 {
    size_of_struct:      sizeof(struct module),
    name:          "",


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.