X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/05624c18147b87ed4d808da3cdad04f74740a703..c5d10563138ba0f06f531c176e59ba06401386f5:/atomicio.c diff --git a/atomicio.c b/atomicio.c index 12abbda1..afe306b1 100644 --- a/atomicio.c +++ b/atomicio.c @@ -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);