[BACK]Return to fetch.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ftp

Diff for /src/usr.bin/ftp/fetch.c between version 1.113 and 1.114

version 1.113, 2014/02/26 20:48:06 version 1.114, 2014/03/02 17:57:18
Line 188 
Line 188 
         FILE *fin = NULL;          FILE *fin = NULL;
         off_t hashbytes;          off_t hashbytes;
         const char *errstr;          const char *errstr;
         size_t len, wlen;          ssize_t len, wlen;
 #ifndef SMALL  #ifndef SMALL
         char *sslpath = NULL, *sslhost = NULL;          char *sslpath = NULL, *sslhost = NULL;
         char *locbase, *full_host = NULL, *auth = NULL;          char *locbase, *full_host = NULL, *auth = NULL;

Legend:
Removed from v.1.113  
changed lines
  Added in v.1.114