From: Love Hörnquist-Åstrand Date: Tue, 14 Jan 2003 07:48:05 +0000 (+0000) Subject: STABLE12-undo-unintended-change-20020817 X-Git-Tag: openafs-stable-1_2_9~81 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=48e6cad00db65b1b432bddedcdd0e6ebae7f6a19;p=packages%2Fo%2Fopenafs.git STABLE12-undo-unintended-change-20020817 An unintentional change accidentally leaked out when the rx-avoid-using-newproc-on-solaris-20020812 delta was checked in. Undo it, since it breaks things. (cherry picked from commit 9a871520c951db8f68b7b08acc26de5ffe8b5f57) --- diff --git a/src/rx/rx_rdwr.c b/src/rx/rx_rdwr.c index 19d532c08..ffadf87e0 100644 --- a/src/rx/rx_rdwr.c +++ b/src/rx/rx_rdwr.c @@ -1065,7 +1065,7 @@ int rx_WritevAlloc(call, iov, nio, maxio, nbytes) int maxio; int nbytes; { - char bytes; + int bytes; SPLVAR; NETPRI;