]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fixed breakage of my world in rev.1.30. #include <sys/time.h> instead of
authorbde <bde@FreeBSD.org>
Sat, 1 Nov 2003 08:43:54 +0000 (08:43 +0000)
committerbde <bde@FreeBSD.org>
Sat, 1 Nov 2003 08:43:54 +0000 (08:43 +0000)
commit5e44220cea810f5870dc11996bd1c60976d236ef
treebb5a4f1f555aa62bbdc59d0a2b3e34ad27575931
parentcdb4de5776598d4268ed747fae0db07d647461a4
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.
usr.sbin/mtree/compare.c