[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.1 and 1.2

version 1.1, 2019/02/10 23:18:28 version 1.2, 2019/02/10 23:24:14
Line 284 
Line 284 
 main(int argc, char *argv[])  main(int argc, char *argv[])
 {  {
         struct opts      opts;          struct opts      opts;
         pid_t            child;          pid_t            child;
         int              fds[2], flags, c, st;          int              fds[2], flags, c, st;
         struct fargs    *fargs;          struct fargs    *fargs;
         struct option    lopts[] = {          struct option    lopts[] = {
                 { "delete",     no_argument,    &opts.del,      1 },                  { "delete",     no_argument,    &opts.del,      1 },

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2