cvs commit: src/bin/mv mv.c
Diomidis Spinellis
dds at FreeBSD.org
Thu Dec 27 03:33:43 PST 2007
dds 2007-12-27 11:33:42 UTC
FreeBSD src repository
Modified files:
bin/mv mv.c
Log:
- Roll-back attempts to mimic rename(2) atomicity introduced in 1.47,
and follow the letter of the POSIX specification.
- Moving a directory to an existing non-empty directory will now fail,
as required.
- Improve consistency and remove some style bugs of earlier versions.
This version passes all tests of tools/regression/bin/mv/regress.sh 1.6
Reviewed by: bde
MFC after: 1 month
Revision Changes Path
1.50 +70 -96 src/bin/mv/mv.c
More information about the cvs-src
mailing list