freebsd-src/bin/cp
Collin Funk 8b86415185 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.

Signed-off-by:	Collin Funk <collin.funk1@gmail.com>
Reviewed by:	emaste, zlei
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1116
2024-03-21 11:43:04 -03:00
..
tests cp: Split the basic_symlink test case in two. 2023-12-14 17:06:57 +01:00
cp.1 cp: Move the -N flag in the manual page. 2023-12-14 21:02:06 +01:00
cp.c cp(1): Grammar fix in comment 2024-02-13 18:53:50 +08:00
extern.h cp: Add -N flag, inspired by NetBSD's similar flag 2023-12-07 13:36:44 -07:00
Makefile bin: Remove ancient SCCS tags. 2023-11-26 22:23:28 -07:00
Makefile.depend Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
utils.c cp: Remove useless ssize_t cast 2024-03-21 11:43:04 -03:00