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

Diff for /src/usr.bin/rsync/client.c between version 1.15 and 1.16

version 1.15, 2019/05/08 20:00:25 version 1.16, 2021/05/17 11:59:09
Line 43 
Line 43 
   
         if (pledge("stdio unix rpath wpath cpath dpath fattr chown getpw unveil",          if (pledge("stdio unix rpath wpath cpath dpath fattr chown getpw unveil",
             NULL) == -1)              NULL) == -1)
                 err(1, "pledge");                  err(ERR_IPC, "pledge");
   
         memset(&sess, 0, sizeof(struct sess));          memset(&sess, 0, sizeof(struct sess));
         sess.opts = opts;          sess.opts = opts;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16