|
From: <swg...@us...> - 2008-04-21 17:37:48
|
Revision: 349
http://scst.svn.sourceforge.net/scst/?rev=349&view=rev
Author: swgruszka
Date: 2008-04-21 10:37:43 -0700 (Mon, 21 Apr 2008)
Log Message:
-----------
Type fix.
Modified Paths:
--------------
trunk/qla_isp/linux/isp_scst.c
Modified: trunk/qla_isp/linux/isp_scst.c
===================================================================
--- trunk/qla_isp/linux/isp_scst.c 2008-04-21 17:34:42 UTC (rev 348)
+++ trunk/qla_isp/linux/isp_scst.c 2008-04-21 17:37:43 UTC (rev 349)
@@ -1180,7 +1180,7 @@
return (0);
}
-static int
+static ssize_t
isp_write_proc(struct file *file, const char __user *buf, size_t len, loff_t *off)
{
char *ptr, *p, *old;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|