From 25d9ca11632b3f4c643c3a5bcacc384986388b16 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 25 Nov 2003 07:04:45 +0000 Subject: [PATCH] (write_gnu_long_link): Use oldgnu magic with @LongLink blocks. --- src/create.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/create.c b/src/create.c index 7cecd4f..7ba71dc 100644 --- a/src/create.c +++ b/src/create.c @@ -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); -- 2.44.0