From: shaver Date: Wed, 16 Jul 2003 10:57:05 +0000 (+0000) Subject: patch: fix for totally unhelpful GPL_HEADER syntax error (chaos-2.4.20) X-Git-Tag: v1_7_100~1^91~10 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=497bd7ccbac6f384d0ba63b75c8da353697ea69d;p=fs%2Flustre-release.git patch: fix for totally unhelpful GPL_HEADER syntax error (chaos-2.4.20) --- 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 index 0000000..95213ba --- /dev/null +++ b/lustre/kernel_patches/patches/gpl_header-chaos-2.4.20.patch @@ -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;