You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2005/01/05 20:49:48 UTC

svn commit: r124255 - /apr/apr/trunk/file_io/unix/fullrw.c

Author: wrowe
Date: Wed Jan  5 11:49:47 2005
New Revision: 124255

URL: http://svn.apache.org/viewcvs?view=rev&rev=124255
Log:

  Clean up a compiler emit.

Modified:
   apr/apr/trunk/file_io/unix/fullrw.c

Modified: apr/apr/trunk/file_io/unix/fullrw.c
Url: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/unix/fullrw.c?view=diff&rev=124255&p1=apr/apr/trunk/file_io/unix/fullrw.c&r1=124254&p2=apr/apr/trunk/file_io/unix/fullrw.c&r2=124255
==============================================================================
--- apr/apr/trunk/file_io/unix/fullrw.c	(original)
+++ apr/apr/trunk/file_io/unix/fullrw.c	Wed Jan  5 11:49:47 2005
@@ -70,8 +70,7 @@
     apr_size_t total = 0;
 
     do {
-        int i;
-	apr_size_t amt;
+        apr_size_t i, amt;
         status = apr_file_writev(thefile, vec, nvec, &amt);
  
        /* We assume that writev will only write complete iovec areas.