s390 2.4.20 compilation fix

From: Pete Zaitcev (zaitcev@redhat.com)
Date: Mon Dec 09 2002 - 12:33:56 EST


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/



This archive was generated by hypermail 2b29 : Sun Dec 15 2002 - 22:00:14 EST