freebsd-dev/bin/cp
Bruce Evans 2f7579bd8d Fixed handling of short writes. Previously, we stopped copying and
printed a bogus warning with a stale errno if write() returns a short
count.  Now we continue copying.  We still print a bogus warning if
write() returns an "impossible" short count of 0.
1998-01-16 07:37:05 +00:00
..
cp.1 Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
cp.c compare return value from getopt against -1 rather than EOF, per the final 1997-03-28 15:24:41 +00:00
extern.h Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
Makefile Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
utils.c Fixed handling of short writes. Previously, we stopped copying and 1998-01-16 07:37:05 +00:00