[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.194 and 1.195

version 1.194, 2020/02/22 01:00:07 version 1.195, 2020/06/20 09:59:48
Line 190 
Line 190 
 file_get(const char *path, const char *outfile)  file_get(const char *path, const char *outfile)
 {  {
         struct stat      st;          struct stat      st;
         int              fd, out, rval = -1, save_errno;          int              fd, out = -1, rval = -1, save_errno;
         volatile sig_t   oldintr, oldinti;          volatile sig_t   oldintr, oldinti;
         const char      *savefile;          const char      *savefile;
         char            *buf = NULL, *cp;          char            *buf = NULL, *cp;

Legend:
Removed from v.1.194  
changed lines
  Added in v.1.195