CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2024/05/17 23:21:38
Modified files: bin/pax : ar_subs.c Log message: When comparing mtimes for the -u and -Z options and the target is 'too old', use pathconfat(_PC_TIMESTAMP_RESOLUTION, AT_SYMLINK_NOFOLLOW) to get the timestamp resolution to which the _source_ timestamp should be truncated for a stable comparison. Problem reported by Walter Alejandro Iglesias (wai(at)roquesor.com) ok millert@