patch-2.3.22 linux/fs/smbfs/cache.c
Next file: linux/fs/smbfs/inode.c
Previous file: linux/fs/proc/root.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Fri Oct 15 08:49:42 1999
-  Orig file: 
v2.3.21/linux/fs/smbfs/cache.c
-  Orig date: 
Mon Oct 11 15:38:15 1999
diff -u --recursive --new-file v2.3.21/linux/fs/smbfs/cache.c linux/fs/smbfs/cache.c
@@ -34,7 +34,7 @@
 		len = 80;
 	strncpy(buf, name, len);
 	buf[len] = 0;
-	printk(buf);
+	printk("%s", buf);
 }
 #endif
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)