Renamed "internal.h" to the more sensible "busybox.h".

-Erik
This commit is contained in:
Eric Andersen
2000-09-25 21:45:58 +00:00
parent caffb6eff0
commit 3570a34de4
224 changed files with 245 additions and 712 deletions

View File

@@ -35,7 +35,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <malloc.h>
#include "internal.h"
#include "busybox.h"
#define BLOCK_SIZE 60
#define PRESERVE_DATE 1 /* preserve original dates */

View File

@@ -27,7 +27,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#include <getopt.h>
/* These defines are very important for BusyBox. Without these,

View File

@@ -29,7 +29,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#define BB_DECLARE_EXTERN
#define bb_need_memory_exhausted
#include "messages.c"

View File

@@ -36,7 +36,7 @@
*/
#include "internal.h"
#include "busybox.h"
#define BB_DECLARE_EXTERN
#define bb_need_io_error
#define bb_need_name_longer_then_foo