freebsd-src/bin/cp
Dag-Erling Smørgrav cb96a0ef00 cp: Minor code cleanup.
* Fix includes in utils.c, cf. style(9).
* Fix type mismatch: readlink(2) returns ssize_t, not int.
* It is not necessary to set errno to 0 as fts_read(3) already does it.

MFC after:	1 week
Sponsored by:	Klara, Inc.
Reviewed by:	allanjude
Differential Revision:	https://reviews.freebsd.org/D38369
2023-02-03 16:37:37 +01:00
..
tests cp: Add tests involving sparse files. 2023-02-02 15:45:55 +01:00
cp.1 cp: Make -P work without -R as per POSIX 2022-02-23 12:55:13 -06:00
cp.c cp: Minor code cleanup. 2023-02-03 16:37:37 +01:00
extern.h
Makefile cp: Simplify the common case. 2023-02-02 15:46:04 +01:00
Makefile.depend
utils.c cp: Minor code cleanup. 2023-02-03 16:37:37 +01:00