Renamed "internal.h" to the more sensible "busybox.h".
-Erik
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "internal.h"
|
||||
#include "busybox.h"
|
||||
#include <signal.h>
|
||||
|
||||
extern int halt_main(int argc, char **argv)
|
||||
|
@@ -27,7 +27,7 @@
|
||||
#define DEBUG_INIT
|
||||
*/
|
||||
|
||||
#include "internal.h"
|
||||
#include "busybox.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
|
@@ -21,7 +21,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "internal.h"
|
||||
#include "busybox.h"
|
||||
#include <signal.h>
|
||||
|
||||
extern int poweroff_main(int argc, char **argv)
|
||||
|
@@ -21,7 +21,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "internal.h"
|
||||
#include "busybox.h"
|
||||
#include <signal.h>
|
||||
|
||||
extern int reboot_main(int argc, char **argv)
|
||||
|
Reference in New Issue
Block a user