freebsd-src
freebsd-src copied to clipboard
cp: Remove useless ssize_t cast
Both wcount and wresid are ssize_t so this cast is not needed. Just remove it so the code is easier to read.