CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/01/08 20:26:00
Modified files:
usr.bin/ssh : sftp-common.c
Log message:
When formating the time for "ls -l"-style output, show dates in the future
with the year, and rearrange a comparison to avoid a potentional signed
arithmetic overflow that would give the wrong result.
ok djm@
