CVSROOT:        /cvs
Module name:    src
Changes by:     guent...@cvs.openbsd.org        2013/07/02 22:08:29

Modified files:
        bin/pax        : cpio.c extern.h gen_subs.c tar.c 

Log message:
cpio and ustar formats store times in octal fields that are 11 characters
wide, so they support up to 33bits.  Take advantage of the extra bits by
no longer forcing them into 32bit ints before the time_t conversion.  This
gets us another 204 years of range once time_t changes type

ok deraadt@ tedu@

Reply via email to