usage.c: remove reference to busybox.h
*: s/include "busybox.h"/include "libbb.h"
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 {
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -46,7 +46,7 @@
|
||||
|
||||
#include "e2fsbb.h"
|
||||
|
||||
#include "busybox.h"
|
||||
#include "libbb.h"
|
||||
|
||||
#ifndef _PATH_MNTTAB
|
||||
#define _PATH_MNTTAB "/etc/fstab"
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user