]> git.cworth.org Git - tar/commit
Preserve timestamp of symlinks when extracting (if utimensat available) 313237
authorCarl Worth <cworth@cworth.org>
Wed, 5 Aug 2009 00:00:35 +0000 (17:00 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 5 Aug 2009 00:12:36 +0000 (17:12 -0700)
commite03c60da0f4907cead18d8957cd78dbeec18ab23
tree983031d97a603c66cbf325ef39634143fb681250
parent04176c5e3a481e57b4c6b10fdb6b4a5d82f213f2
Preserve timestamp of symlinks when extracting (if utimensat available)

If the utimensat function is not available, then do nothing with
symlink time stamps, (which is the same as the current code).

This closes Debian bug #313237, (thanks to D Goel for reporting it).
debian/changelog
lib/utimens.c
lib/utimens.h
src/extract.c
src/misc.c