CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/04/12 08:51:04
Modified files:
usr.bin/rsync : io.c
Log message:
Do not convert the int value twice from little to host endian.
io_read_int() already does the conversion so don't double up in
io_read_ulong(). Fixes openrsync on sparc64.
OK miod@ deraadt@
