diff options
Diffstat (limited to 'archival/libarchive/get_header_tar.c')
-rw-r--r-- | archival/libarchive/get_header_tar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/libarchive/get_header_tar.c b/archival/libarchive/get_header_tar.c index c7e3bc16e..aeb54190f 100644 --- a/archival/libarchive/get_header_tar.c +++ b/archival/libarchive/get_header_tar.c | |||
@@ -1,5 +1,6 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* Licensed under GPLv2 or later, see file LICENSE in this source tree. | 2 | /* |
3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | ||
3 | * | 4 | * |
4 | * FIXME: | 5 | * FIXME: |
5 | * In privileged mode if uname and gname map to a uid and gid then use the | 6 | * In privileged mode if uname and gname map to a uid and gid then use the |
@@ -10,7 +11,6 @@ | |||
10 | * Opengroup's ustar interchange format, | 11 | * Opengroup's ustar interchange format, |
11 | * http://www.opengroup.org/onlinepubs/007904975/utilities/pax.html | 12 | * http://www.opengroup.org/onlinepubs/007904975/utilities/pax.html |
12 | */ | 13 | */ |
13 | |||
14 | #include "libbb.h" | 14 | #include "libbb.h" |
15 | #include "bb_archive.h" | 15 | #include "bb_archive.h" |
16 | 16 | ||