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

@ -19,7 +19,7 @@
* 98/12/29 - Display version info only when -V specified (G M Sipe)
*/
#include "busybox.h"
#include "libbb.h"
#include "e2fs_lib.h"
#define OPT_ADD 1

View File

@ -37,7 +37,7 @@
* It doesn't guess filesystem types from on-disk format.
*/
#include "busybox.h"
#include "libbb.h"
#define EXIT_OK 0
#define EXIT_NONDESTRUCT 1

View File

@ -18,7 +18,7 @@
* 98/12/29 - Display version info only when -V specified (G M Sipe)
*/
#include "busybox.h"
#include "libbb.h"
#include "e2fs_lib.h"
enum {

View File

@ -39,7 +39,7 @@
#include "blkid/blkid.h"
#include "ext2fs/ext2_ext_attr.h"
#include "uuid/uuid.h"
#include "busybox.h"
#include "libbb.h"
#ifdef HAVE_CONIO_H
#undef HAVE_TERMIOS_H

View File

@ -1,5 +1,5 @@
/* vi: set sw=4 ts=4: */
#include "busybox.h"
#include "libbb.h"
#include <sys/types.h> /* Needed by dirent.h on netbsd */
#include <stdio.h>
#include <dirent.h>

View File

@ -46,7 +46,7 @@
#include "e2fsbb.h"
#include "busybox.h"
#include "libbb.h"
#ifndef _PATH_MNTTAB
#define _PATH_MNTTAB "/etc/fstab"

View File

@ -44,7 +44,7 @@
#include "util.h"
#include "blkid/blkid.h"
#include "busybox.h"
#include "libbb.h"
static char * device_name = NULL;
static char * new_label, *new_last_mounted, *new_UUID;