Re: svn commit: r268129 - head/bin/mv

2014-08-20 Thread Bruce Evans
[My mail connection wasn't working back in June when I wrote this. This is the last of many old replies to try to prevent breakage of mv. The second of the old replies was labeled as the first again. This reply adds new details] On Wed, 2 Jul 2014, Bruce Evans wrote: On Tue, 1 Jul 2014, Xin

svn commit: r268129 - head/bin/mv

2014-07-01 Thread Xin LI
Author: delphij Date: Tue Jul 1 22:46:39 2014 New Revision: 268129 URL: http://svnweb.freebsd.org/changeset/base/268129 Log: Check if fchflags() is needed by fstat'ing before and check the results. Reviewed by: jilles X-MFC-With: r267977 Modified: head/bin/mv/mv.c Modified: head