aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-07-22 19:38:57 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-07-22 19:38:57 +0000
commit68a192c00799fd2097bab1aec594cd27203b1ec6 (patch)
tree860e081e039e815ea7a9d73eb76f9af0f5f0b425 /archival
parentc445758708e4ca033005b91703770c9d132ba378 (diff)
downloadbusybox-68a192c00799fd2097bab1aec594cd27203b1ec6.tar.gz
fix trivial build warning
Diffstat (limited to 'archival')
-rw-r--r--archival/libunarchive/get_header_tar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libunarchive/get_header_tar.c b/archival/libunarchive/get_header_tar.c
index e7a3aeeb3..5310f3f7c 100644
--- a/archival/libunarchive/get_header_tar.c
+++ b/archival/libunarchive/get_header_tar.c
@@ -285,7 +285,7 @@ char FAST_FUNC get_header_tar(archive_handle_t *archive_handle)
file_header->mode |= S_IFBLK;
goto size0;
case '5':
- set_dir:
+ USE_FEATURE_TAR_OLDGNU_COMPATIBILITY(set_dir:)
file_header->mode |= S_IFDIR;
goto size0;
case '6':