aboutsummaryrefslogtreecommitdiff
path: root/src/port/tar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/tar.c')
-rw-r--r--src/port/tar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/tar.c b/src/port/tar.c
index 52a2113a47e..f1da959dacf 100644
--- a/src/port/tar.c
+++ b/src/port/tar.c
@@ -16,7 +16,7 @@
* support only non-negative numbers, so we don't worry about the GNU rules
* for handling negative numbers.)
*/
-static void
+void
print_tar_number(char *s, int len, uint64 val)
{
if (val < (((uint64) 1) << ((len - 1) * 3)))