Put comment where it belongs also remove an assert() that checks for an
authorclaudio <claudio@openbsd.org>
Mon, 22 Mar 2021 11:20:04 +0000 (11:20 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 22 Mar 2021 11:20:04 +0000 (11:20 +0000)
commit17d693db4d22e068259195b84508c0bed0356eec
tree1db572214cdfe8cce81b33c2eb340e1be3ed40c3
parent88e84a3bf7adf5d69cc334bd08b2e7005fedf1fc
Put comment where it belongs also remove an assert() that checks for an
impossible condition. The map argument is from a pread() call and can never
be MAP_FAILED.
From kristaps@
usr.bin/rsync/uploader.c