When formating the time for "ls -l"-style output, show dates in the future
authorguenther <guenther@openbsd.org>
Thu, 9 Jan 2014 03:26:00 +0000 (03:26 +0000)
committerguenther <guenther@openbsd.org>
Thu, 9 Jan 2014 03:26:00 +0000 (03:26 +0000)
commit3b5b09cec3d65c64d5acf140b17ddb40dc61bb93
tree94a34ab544378f95a2ea61ed2ad049f2a895e4e6
parent849e07dc3745bef7ae8bab4508f01bdc377eb574
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@
usr.bin/ssh/sftp-common.c