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

Diff for /src/usr.bin/rsync/main.c between version 1.45 and 1.46

version 1.45, 2019/05/08 20:00:25 version 1.46, 2019/05/28 18:20:30
Line 271 
Line 271 
 {  {
         struct opts      opts;          struct opts      opts;
         pid_t            child;          pid_t            child;
         int              fds[2], sd, rc, c, st, i;          int              fds[2], sd = -1, rc, c, st, i;
         struct sess       sess;          struct sess       sess;
         struct fargs    *fargs;          struct fargs    *fargs;
         char            **args;          char            **args;

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46