CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/26 12:00:59
Modified files:
bin/pax : cpio.c tar.c
Log message:
pax: truncate times to MAX_TIME_T, not INT_MAX
If the mtime in the file header is larger than MAX_TIME_T, trucate
it to MAX_TIME_T, not INT_MAX. OK otto@
