aboutsummaryrefslogtreecommitdiff
path: root/tar.c
diff options
context:
space:
mode:
Diffstat (limited to 'tar.c')
-rw-r--r--tar.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tar.c b/tar.c
index 7cfad72b5..48284c00a 100644
--- a/tar.c
+++ b/tar.c
@@ -51,10 +51,6 @@
51#include <stdlib.h> 51#include <stdlib.h>
52#include <unistd.h> 52#include <unistd.h>
53#include "busybox.h" 53#include "busybox.h"
54#define BB_DECLARE_EXTERN
55#define bb_need_io_error
56#define bb_need_name_longer_than_foo
57#include "messages.c"
58 54
59/* Tar file constants */ 55/* Tar file constants */
60#ifndef MAJOR 56#ifndef MAJOR