]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-undo-unintended-change-20020817
authorLove Hörnquist-Åstrand <lha@stacken.kth.se>
Tue, 14 Jan 2003 07:48:05 +0000 (07:48 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 14 Jan 2003 07:48:05 +0000 (07:48 +0000)
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)

src/rx/rx_rdwr.c

index 19d532c0891707e63dcb7cc96307571c08e0894f..ffadf87e012e99421ffaac05c14e627fbf133830 100644 (file)
@@ -1065,7 +1065,7 @@ int rx_WritevAlloc(call, iov, nio, maxio, nbytes)
     int maxio;
     int nbytes;
 {
-    char bytes;
+    int bytes;
     SPLVAR;
 
     NETPRI;