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

Diff for /src/usr.bin/rsync/sender.c between version 1.2 and 1.3

version 1.2, 2019/02/10 23:24:14 version 1.3, 2019/02/10 23:43:31
Line 43 
Line 43 
         int32_t          idx;          int32_t          idx;
         struct blkset   *blks = NULL;          struct blkset   *blks = NULL;
   
         if (-1 == pledge("unveil stdio rpath", NULL)) {          if (-1 == pledge("stdio rpath unveil", NULL)) {
                 ERR(sess, "pledge");                  ERR(sess, "pledge");
                 return 0;                  return 0;
         }          }

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