]> andersk Git - openssh.git/blobdiff - atomicio.c
- djm@cvs.openbsd.org 2006/03/25 01:13:23
[openssh.git] / atomicio.c
index 12abbda16bb157448caeac5ed734d06eaf9b54f9..afe306b1b4a5680501795d986d35c3babdabe89f 100644 (file)
@@ -25,7 +25,6 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: atomicio.c,v 1.13 2005/05/24 17:32:43 avsm Exp $");
 
 #include "atomicio.h"
 
@@ -58,7 +57,7 @@ atomicio(f, fd, _s, n)
                        errno = EPIPE;
                        return pos;
                default:
-                       pos += (u_int)res;
+                       pos += (size_t)res;
                }
        }
        return (pos);
This page took 0.031206 seconds and 4 git commands to generate.