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

@ -15,7 +15,7 @@
* Support, replaced getopt, added some gotos for redundant stuff.
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
#include <stdlib.h>

View File

@ -24,7 +24,7 @@
* Geert Uytterhoeven (Geert.Uytterhoeven@cs.kuleuven.ac.be)
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>

View File

@ -21,7 +21,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
#include <sys/ioctl.h>
#include <fcntl.h>

View File

@ -27,7 +27,7 @@
#include <fcntl.h>
#include <sys/ioctl.h>
#include <errno.h>
#include "internal.h"
#include "busybox.h"
/* From linux/fs.h */

View File

@ -86,7 +86,7 @@
* enforced (but it's not much fun on a character device :-).
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
#include <errno.h>
#include <unistd.h>

View File

@ -49,7 +49,7 @@
#include <ctype.h>
#include <getopt.h>
#include "internal.h"
#include "busybox.h"
/* NON_OPT is the code that is returned when a non-option is found in '+'
mode */

View File

@ -62,7 +62,7 @@
* removed getopt based parser and added a hand rolled one.
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
#include <time.h>
#include <unistd.h>

View File

@ -35,7 +35,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
#include <unistd.h>
#include <string.h>

View File

@ -25,7 +25,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
#include <fcntl.h>
#include <signal.h>

View File

@ -43,7 +43,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>

View File

@ -33,7 +33,7 @@
* nfsmount.c,v 1.1.1.1 1993/11/18 08:40:51 jrs Exp
*/
#include "internal.h"
#include "busybox.h"
#undef FALSE
#undef TRUE
#include <unistd.h>

View File

@ -21,7 +21,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#define BB_DECLARE_EXTERN
#include "messages.c"
#include <sys/time.h>

View File

@ -22,7 +22,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
#include <sys/mount.h>
#include <mntent.h>

View File

@ -22,7 +22,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
#include <mntent.h>
#include <errno.h>