- Round up modification time to the next even second because of FAT's
commit0d9236d4e9877f66c8fd75c817efa3a6dc2b903a
authorneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 28 Mar 2015 02:21:35 +0000 (28 02:21 +0000)
committerneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 28 Mar 2015 02:21:35 +0000 (28 02:21 +0000)
tree255b2d03026eff62374d8a69d92fbaa2ba2f07cf
parent9facdbe52ed9c6c50ab6acb5e451d012b845fdbe
 - Round up modification time to the next even second because of FAT's
   two-second granularity in this field. When copying files based on
   newness, it is better to have a time one second newer than it should
   be rather than one second older.
 - Removed the manual version string that was already superseded by a
   generated one.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50246 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
rom/filesys/fat/fat.c
rom/filesys/fat/fat.conf
rom/filesys/fat/main.c