usage.c: remove reference to busybox.h
*: s/include "busybox.h"/include "libbb.h"
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
/* getopt not needed */
|
||||
|
||||
#include "busybox.h"
|
||||
#include "libbb.h"
|
||||
|
||||
int free_main(int argc, char **argv);
|
||||
int free_main(int argc, char **argv)
|
||||
|
@@ -8,7 +8,7 @@
|
||||
* GNU Library General Public License
|
||||
*/
|
||||
|
||||
#include "busybox.h"
|
||||
#include "libbb.h"
|
||||
|
||||
#define FUSER_PROC_DIR "/proc"
|
||||
#define FUSER_MAX_LINE 255
|
||||
|
@@ -8,7 +8,7 @@
|
||||
* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
|
||||
*/
|
||||
|
||||
#include "busybox.h"
|
||||
#include "libbb.h"
|
||||
|
||||
/* Note: kill_main is directly called from shell in order to implement
|
||||
* kill built-in. Shell substitutes job ids with process groups first.
|
||||
|
@@ -7,7 +7,7 @@
|
||||
* Licensed under the GPL version 2, see the file LICENSE in this tarball.
|
||||
*/
|
||||
|
||||
#include "busybox.h"
|
||||
#include "libbb.h"
|
||||
|
||||
enum {
|
||||
USE_FEATURE_PIDOF_SINGLE(OPTBIT_SINGLE,)
|
||||
|
@@ -7,7 +7,7 @@
|
||||
* Licensed under the GPL version 2, see the file LICENSE in this tarball.
|
||||
*/
|
||||
|
||||
#include "busybox.h"
|
||||
#include "libbb.h"
|
||||
|
||||
#if ENABLE_DESKTOP
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
* following IDs (if any). Multiple switches are allowed.
|
||||
*/
|
||||
|
||||
#include "busybox.h"
|
||||
#include "libbb.h"
|
||||
#include <sys/resource.h>
|
||||
|
||||
void BUG_bad_PRIO_PROCESS(void);
|
||||
|
@@ -14,7 +14,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "busybox.h"
|
||||
#include "libbb.h"
|
||||
|
||||
/*
|
||||
* Function Prototypes
|
||||
|
@@ -28,7 +28,7 @@
|
||||
* GNU Library General Public License
|
||||
*/
|
||||
|
||||
#include "busybox.h"
|
||||
#include "libbb.h"
|
||||
|
||||
|
||||
typedef struct top_status_t {
|
||||
|
@@ -15,7 +15,7 @@
|
||||
|
||||
/* getopt not needed */
|
||||
|
||||
#include "busybox.h"
|
||||
#include "libbb.h"
|
||||
|
||||
#ifndef FSHIFT
|
||||
# define FSHIFT 16 /* nr of bits of precision */
|
||||
|
Reference in New Issue
Block a user