(write_gnu_long_link): Use oldgnu magic with @LongLink blocks.

This commit is contained in:
Sergey Poznyakoff
2003-11-25 07:04:45 +00:00
parent d7e8c16a89
commit 25d9ca1163

View File

@@ -413,6 +413,7 @@ write_gnu_long_link (struct tar_stat_info *st, const char *p, char type)
union block *header;
header = start_private_header ("././@LongLink", size);
strcpy (header->header.magic, OLDGNU_MAGIC);
header->header.typeflag = type;
finish_header (st, header, -1);