[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.163 and 1.164

version 1.163, 2017/03/07 08:00:23 version 1.164, 2017/09/25 11:04:54
Line 189 
Line 189 
         const char * volatile savefile;          const char * volatile savefile;
         char * volatile proxyurl = NULL;          char * volatile proxyurl = NULL;
         char *credentials = NULL;          char *credentials = NULL;
         volatile int s = -1, out;          volatile int s = -1, out = -1;
         volatile sig_t oldintr, oldinti;          volatile sig_t oldintr, oldinti;
         FILE *fin = NULL;          FILE *fin = NULL;
         off_t hashbytes;          off_t hashbytes;

Legend:
Removed from v.1.163  
changed lines
  Added in v.1.164