=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/fetch.c,v retrieving revision 1.113 retrieving revision 1.114 diff -u -r1.113 -r1.114 --- src/usr.bin/ftp/fetch.c 2014/02/26 20:48:06 1.113 +++ src/usr.bin/ftp/fetch.c 2014/03/02 17:57:18 1.114 @@ -1,4 +1,4 @@ -/* $OpenBSD: fetch.c,v 1.113 2014/02/26 20:48:06 tedu Exp $ */ +/* $OpenBSD: fetch.c,v 1.114 2014/03/02 17:57:18 tedu Exp $ */ /* $NetBSD: fetch.c,v 1.14 1997/08/18 10:20:20 lukem Exp $ */ /*- @@ -188,7 +188,7 @@ FILE *fin = NULL; off_t hashbytes; const char *errstr; - size_t len, wlen; + ssize_t len, wlen; #ifndef SMALL char *sslpath = NULL, *sslhost = NULL; char *locbase, *full_host = NULL, *auth = NULL;