aboutsummaryrefslogtreecommitdiff
path: root/archival/dpkg.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-09-22 12:45:14 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-09-22 12:45:14 +0200
commitd184a728cf5c270f1653f60bc0b6b83290127121 (patch)
tree06851defd9dc65bf540049a16bed1f0ba85b1ec9 /archival/dpkg.c
parent45f0a1156d3f3f5be76098f2acb524c19409fa52 (diff)
downloadbusybox-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/dpkg.c')
-rw-r--r--archival/dpkg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/dpkg.c b/archival/dpkg.c
index 2a6a7b3bf..bf9e9992c 100644
--- a/archival/dpkg.c
+++ b/archival/dpkg.c
@@ -57,7 +57,7 @@
57 57
58#include "libbb.h" 58#include "libbb.h"
59#include <fnmatch.h> 59#include <fnmatch.h>
60#include "archive.h" 60#include "bb_archive.h"
61 61
62/* note: if you vary hash_prime sizes be aware, 62/* note: if you vary hash_prime sizes be aware,
63 * 1) tweaking these will have a big effect on how much memory this program uses. 63 * 1) tweaking these will have a big effect on how much memory this program uses.