Whamcloud - gitweb
file xnu_types.h was initially added on branch b_port_step.
[fs/lustre-release.git] / lustre / kernel_patches / patches / gpl_header-chaos-2.4.20.patch
1 --- kernel-2.4.20-6chaos_18_7/include/linux/module.h~gpl-header Wed Jul 16 03:54:37 2003
2 +++ kernel-2.4.20-6chaos_18_7/include/linux/module.h    Wed Jul 16 03:55:45 2003
3 @@ -288,7 +288,7 @@
4  "license=" license
5  
6  #define GPL_HEADER() \
7 -static const char cpyright="This software may be freely redistributed under the terms of the GNU General Public License.";
8 +static const char cpyright[]="This software may be freely redistributed under the terms of the GNU General Public License.";
9  
10  /* Define the module variable, and usage macros.  */
11  extern struct module __this_module;