patch-2.0.24 linux/fs/proc/array.c

Next file: linux/fs/super.c
Previous file: linux/drivers/scsi/st.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.23/linux/fs/proc/array.c linux/fs/proc/array.c
@@ -307,7 +307,7 @@
 
 static int get_version(char * buffer)
 {
-	extern char *linux_banner;
+	extern const char *linux_banner;
 
 	strcpy(buffer, linux_banner);
 	return strlen(buffer);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov