Whamcloud - gitweb
patch: fix for totally unhelpful GPL_HEADER syntax error (chaos-2.4.20)
authorshaver <shaver>
Wed, 16 Jul 2003 10:57:05 +0000 (10:57 +0000)
committershaver <shaver>
Wed, 16 Jul 2003 10:57:05 +0000 (10:57 +0000)
lustre/kernel_patches/patches/gpl_header-chaos-2.4.20.patch [new file with mode: 0644]

diff --git a/lustre/kernel_patches/patches/gpl_header-chaos-2.4.20.patch b/lustre/kernel_patches/patches/gpl_header-chaos-2.4.20.patch
new file mode 100644 (file)
index 0000000..95213ba
--- /dev/null
@@ -0,0 +1,11 @@
+--- kernel-2.4.20-6chaos_18_7/include/linux/module.h~gpl-header        Wed Jul 16 03:54:37 2003
++++ kernel-2.4.20-6chaos_18_7/include/linux/module.h   Wed Jul 16 03:55:45 2003
+@@ -288,7 +288,7 @@
+ "license=" license
+ #define GPL_HEADER() \
+-static const char cpyright="This software may be freely redistributed under the terms of the GNU General Public License.";
++static const char cpyright[]="This software may be freely redistributed under the terms of the GNU General Public License.";
+ /* Define the module variable, and usage macros.  */
+ extern struct module __this_module;