usage.c: remove reference to busybox.h

*: s/include "busybox.h"/include "libbb.h"
This commit is contained in:
Denis Vlasenko
2007-05-26 19:00:18 +00:00
parent 5a6aeddfa7
commit b6adbf1be2
251 changed files with 270 additions and 269 deletions

View File

@@ -14,7 +14,7 @@
* http://www.unix-systems.org/single_unix_specification_v2/xcu/ar.html
*/
#include "busybox.h"
#include "libbb.h"
#include "unarchive.h"
static void header_verbose_list_ar(const file_header_t *file_header)

View File

@@ -5,7 +5,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/
#include "busybox.h"
#include "libbb.h"
#include "unarchive.h"
enum {

View File

@@ -16,7 +16,7 @@
#include <string.h>
#include <unistd.h>
#include "unarchive.h"
#include "busybox.h"
#include "libbb.h"
#define CPIO_OPT_EXTRACT 0x01
#define CPIO_OPT_TEST 0x02

View File

@@ -24,7 +24,7 @@
*
*/
#include "busybox.h"
#include "libbb.h"
#include "unarchive.h"
/* note: if you vary hash_prime sizes be aware,

View File

@@ -4,7 +4,7 @@
*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/
#include "busybox.h"
#include "libbb.h"
#include "unarchive.h"
#define DPKG_DEB_OPT_CONTENTS 1

View File

@@ -39,7 +39,7 @@ gzip: bogus: No such file or directory
aa: 85.1% -- replaced with aa.gz
*/
#include "busybox.h"
#include "libbb.h"
/* ===========================================================================

View File

@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/
#include "busybox.h"
#include "libbb.h"
#include "unarchive.h"
#define RPM_HEADER_MAGIC "\216\255\350"

View File

@@ -6,7 +6,7 @@
*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/
#include "busybox.h"
#include "libbb.h"
#include "unarchive.h"
#define RPM_MAGIC "\355\253\356\333"

View File

@@ -25,7 +25,7 @@
#include <fnmatch.h>
#include <getopt.h>
#include "busybox.h"
#include "libbb.h"
#include "unarchive.h"
#if ENABLE_FEATURE_TAR_CREATE

View File

@@ -24,7 +24,7 @@
* - central directory
*/
#include "busybox.h"
#include "libbb.h"
#include "unarchive.h"
#define ZIP_FILEHEADER_MAGIC SWAP_LE32(0x04034b50)