K 10 svn:author V 2 bz K 8 svn:date V 27 2011-04-16T23:38:35.964685Z K 7 svn:log V 391 MFC r220556: If building (custom) FreeBSD images people tend to patch param.h. In case this happens just before the build is started (within the same second) CHECK_TIME actually triggers thinking param.h is in the future (see f_Xtime, c_Xtime logi in find(1) sources for the details in !F_EXACTTIME case). Using the -mtime -0s (seconds, rather than no unit) avoids this 1s race. END