do not do utime() on links, it acts on link targets, and we don't want that.
authorDenis Vlasenko <vda.linux@googlemail.com>
Wed, 20 Jun 2007 14:49:47 +0000 (14:49 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Wed, 20 Jun 2007 14:49:47 +0000 (14:49 -0000)
commit75103841072d71603b49ad00648e204ffcca589d
treec07868b07df1b0aa5889fab67d7fafdb7eb40870
parent761ce14fd266d8bf78b8f9c83ec2425ede0648b9
do not do utime() on links, it acts on link targets, and we don't want that.
rename link_name to link_target, less confusing this way.
archival/libunarchive/data_extract_all.c
archival/libunarchive/get_header_cpio.c
archival/libunarchive/get_header_tar.c
archival/libunarchive/header_verbose_list.c
include/unarchive.h
libbb/copy_file.c