From: Pete Zaitcev <zaitcev@redhat.com>
To: schwidefsky@de.ibm.com
Cc: linux-kernel@vger.kernel.org, linux390@de.ibm.com
Subject: s390 2.4.20 compilation fix
Date: Mon, 9 Dec 2002 12:33:56 -0500 [thread overview]
Message-ID: <20021209123356.A22259@devserv.devel.redhat.com> (raw)
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;
reply other threads:[~2002-12-09 17:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20021209123356.A22259@devserv.devel.redhat.com \
--to=zaitcev@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux390@de.ibm.com \
--cc=schwidefsky@de.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.