lkml.org 
[lkml]   [2002]   [Dec]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjects390 2.4.20 compilation fix
I'm pretty sure you must have it in your tree somewhere, so
just to show that we've been paying attention, here it is.

diff -ur -X dontdiff linux-2.4.20/drivers/s390/s390io.c linux-2.4.20-s390/drivers/s390/s390io.c
--- linux-2.4.20/drivers/s390/s390io.c 2002-12-06 18:07:11.000000000 -0800
+++ linux-2.4.20-s390/drivers/s390/s390io.c 2002-12-06 18:10:01.000000000 -0800
@@ -8607,8 +8607,8 @@
cio_ignore_proc_write (struct file *file, const char *user_buf,
size_t user_len, loff_t * offset)
{
- char *buffer
-
+ char *buffer;
+
if(user_len > 65536)
user_len = 65536;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:31    [W:0.060 / U:0.080 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site