msdosfs timestamps can only represent 1/1/1980 through
authorkrw <krw@openbsd.org>
Mon, 21 Apr 2014 15:35:02 +0000 (15:35 +0000)
committerkrw <krw@openbsd.org>
Mon, 21 Apr 2014 15:35:02 +0000 (15:35 +0000)
commit35cd4f41a3afad33d1b8f744fdba45e6dcd7217a
tree467de615bde4b5df7b13b51d3038a7abd12a7855
parent8698be4e48e831902594fc983dc6f7f94541978c
msdosfs timestamps can only represent 1/1/1980 through
12/31/2107. 64-bit time_t now dominates that entire range, so simply
set all dates that cannot be represented to 1/1/1980 like Redmond
intended.

Problem reported by Alessandro De Laurenzis via misc@.

ok guenther@
sys/msdosfs/msdosfs_conv.c