diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-09-22 12:45:14 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-09-22 12:45:14 +0200 |
commit | d184a728cf5c270f1653f60bc0b6b83290127121 (patch) | |
tree | 06851defd9dc65bf540049a16bed1f0ba85b1ec9 /archival/gzip.c | |
parent | 45f0a1156d3f3f5be76098f2acb524c19409fa52 (diff) | |
download | busybox-w32-d184a728cf5c270f1653f60bc0b6b83290127121.tar.gz busybox-w32-d184a728cf5c270f1653f60bc0b6b83290127121.tar.bz2 busybox-w32-d184a728cf5c270f1653f60bc0b6b83290127121.zip |
rename archive.h to bb_archive.h. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/gzip.c')
-rw-r--r-- | archival/gzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/gzip.c b/archival/gzip.c index 3af930b7e..929107389 100644 --- a/archival/gzip.c +++ b/archival/gzip.c | |||
@@ -55,7 +55,7 @@ aa: 85.1% -- replaced with aa.gz | |||
55 | //usage: "-rw-rw-r-- 1 andersen andersen 554058 Apr 14 17:49 /tmp/busybox.tar.gz\n" | 55 | //usage: "-rw-rw-r-- 1 andersen andersen 554058 Apr 14 17:49 /tmp/busybox.tar.gz\n" |
56 | 56 | ||
57 | #include "libbb.h" | 57 | #include "libbb.h" |
58 | #include "archive.h" | 58 | #include "bb_archive.h" |
59 | 59 | ||
60 | 60 | ||
61 | /* =========================================================================== | 61 | /* =========================================================================== |