=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsync/client.c,v retrieving revision 1.15 retrieving revision 1.15.4.1 diff -c -r1.15 -r1.15.4.1 *** src/usr.bin/rsync/client.c 2019/05/08 20:00:25 1.15 --- src/usr.bin/rsync/client.c 2021/11/09 13:41:24 1.15.4.1 *************** *** 1,4 **** ! /* $Id: client.c,v 1.15 2019/05/08 20:00:25 benno Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: client.c,v 1.15.4.1 2021/11/09 13:41:24 benno Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * *************** *** 43,49 **** if (pledge("stdio unix rpath wpath cpath dpath fattr chown getpw unveil", NULL) == -1) ! err(1, "pledge"); memset(&sess, 0, sizeof(struct sess)); sess.opts = opts; --- 43,49 ---- if (pledge("stdio unix rpath wpath cpath dpath fattr chown getpw unveil", NULL) == -1) ! err(ERR_IPC, "pledge"); memset(&sess, 0, sizeof(struct sess)); sess.opts = opts;