Date: Sat, 1 Nov 2003 00:43:54 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mtree compare.c Message-ID: <200311010843.hA18hsAg001012@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2003/11/01 00:43:54 PST
FreeBSD src repository
Modified files:
usr.sbin/mtree compare.c
Log:
Fixed breakage of my world in rev.1.30. #include <sys/time.h> instead of
depending on namespace pollution in <sys/stat.h> for the declarations of
struct timeval and utimes().
Fixed some style bugs in rev.1.30 and some nearby style bugs (mainly
unsorting and missing or extra blank lines).
Removed a wrong comment that was obtained from NetBSD in rev.1.14. It said
that chflags() reset the times that were set "above" by utimes(), but
utimes wasn't "above" in FreeBSD until rev.1.30, and chflags() does't
actually reset the times.
Revision Changes Path
1.31 +9 -13 src/usr.sbin/mtree/compare.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311010843.hA18hsAg001012>
