CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2025/03/24 14:15:08
Modified files: bin/test : test.c Log message: Use timespeccmp() and st_mtim intead of comparing st_mtime. Fixes comparison of files with modification times that differ by less than a second. From Collin Funk.