=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsync/receiver.c,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/rsync/receiver.c 2019/02/16 05:06:30 1.9 --- src/usr.bin/rsync/receiver.c 2019/02/16 05:25:09 1.10 *************** *** 1,4 **** ! /* $Id: receiver.c,v 1.9 2019/02/16 05:06:30 deraadt Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons --- 1,4 ---- ! /* $Id: receiver.c,v 1.10 2019/02/16 05:25:09 deraadt Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons *************** *** 195,203 **** /* * Begin by conditionally getting all files we have currently * available in our destination. - * XXX: THIS IS A BUG IN OPENBSD 6.4. - * For newer version of OpenBSD, this is safe to put after the - * unveil. */ if (sess->opts->del && --- 195,200 ----