CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/27 01:29:41
Modified files:
bin/pax : tar.c
Log message:
'pax' format support for mtime and atime
Access time can't be represented by ustar, so always include it when
using the pax format. Also include an extended header record for mtime
if the file modification time can't be fully represented by ustar (eg
subsecond resolution).
Input & ok millert@
