]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
unzip: Don't subvert vfs.timestamp_precision when setting atime to now.
authorJilles Tjoelker <jilles@FreeBSD.org>
Sun, 15 Mar 2015 21:29:20 +0000 (21:29 +0000)
committerJilles Tjoelker <jilles@FreeBSD.org>
Sun, 15 Mar 2015 21:29:20 +0000 (21:29 +0000)
commit7a970ca93778be070100357263497f6770e42e7b
treecd2b17d139d43087f813195a980f0264ed14c9be
parentfd06b537741ec29934dac7d4228bb328690922f5
unzip: Don't subvert vfs.timestamp_precision when setting atime to now.

Also, preserve nanoseconds from libarchive, even though the zip file format
does not currently support nanoseconds in timestamps.
usr.bin/unzip/unzip.c