aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
Diffstat (limited to 'archival')
-rw-r--r--archival/ar.c2
-rw-r--r--archival/gunzip.c2
-rw-r--r--archival/gzip.c2
-rw-r--r--archival/tar.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/archival/ar.c b/archival/ar.c
index 59c3a7754..f3ba59b6a 100644
--- a/archival/ar.c
+++ b/archival/ar.c
@@ -35,7 +35,7 @@
35#include <sys/types.h> 35#include <sys/types.h>
36#include <sys/stat.h> 36#include <sys/stat.h>
37#include <malloc.h> 37#include <malloc.h>
38#include "internal.h" 38#include "busybox.h"
39 39
40#define BLOCK_SIZE 60 40#define BLOCK_SIZE 60
41#define PRESERVE_DATE 1 /* preserve original dates */ 41#define PRESERVE_DATE 1 /* preserve original dates */
diff --git a/archival/gunzip.c b/archival/gunzip.c
index b27ebeda8..ee8693013 100644
--- a/archival/gunzip.c
+++ b/archival/gunzip.c
@@ -27,7 +27,7 @@
27 * 27 *
28 */ 28 */
29 29
30#include "internal.h" 30#include "busybox.h"
31#include <getopt.h> 31#include <getopt.h>
32 32
33/* These defines are very important for BusyBox. Without these, 33/* These defines are very important for BusyBox. Without these,
diff --git a/archival/gzip.c b/archival/gzip.c
index c0832680f..e518ffd16 100644
--- a/archival/gzip.c
+++ b/archival/gzip.c
@@ -29,7 +29,7 @@
29 * 29 *
30 */ 30 */
31 31
32#include "internal.h" 32#include "busybox.h"
33#define BB_DECLARE_EXTERN 33#define BB_DECLARE_EXTERN
34#define bb_need_memory_exhausted 34#define bb_need_memory_exhausted
35#include "messages.c" 35#include "messages.c"
diff --git a/archival/tar.c b/archival/tar.c
index e4bdd0a6c..c14a6194d 100644
--- a/archival/tar.c
+++ b/archival/tar.c
@@ -36,7 +36,7 @@
36 */ 36 */
37 37
38 38
39#include "internal.h" 39#include "busybox.h"
40#define BB_DECLARE_EXTERN 40#define BB_DECLARE_EXTERN
41#define bb_need_io_error 41#define bb_need_io_error
42#define bb_need_name_longer_then_foo 42#define bb_need_name_longer_then_foo