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

@@ -21,7 +21,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
extern int basename_main(int argc, char **argv)

View File

@@ -21,7 +21,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
extern int cat_main(int argc, char **argv)

View File

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

View File

@@ -26,7 +26,7 @@
#include <string.h>
#include <ctype.h>
#include <errno.h>
#include "internal.h"
#include "busybox.h"
/* globals from other files */

View File

@@ -20,7 +20,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#define BB_DECLARE_EXTERN
#define bb_need_invalid_date
#define bb_need_memory_exhausted

View File

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

View File

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

View File

@@ -20,7 +20,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
extern int dirname_main(int argc, char **argv)

View File

@@ -22,7 +22,7 @@
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
int dos2unix_main( int argc, char **argv ) {

View File

@@ -22,7 +22,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#define BB_DECLARE_EXTERN
#define bb_need_name_too_long
#include "messages.c"
@@ -163,7 +163,7 @@ int du_main(int argc, char **argv)
return(0);
}
/* $Id: du.c,v 1.24 2000/07/17 16:17:19 proski Exp $ */
/* $Id: du.c,v 1.25 2000/09/25 21:45:57 andersen Exp $ */
/*
Local Variables:
c-file-style: "linux"

View File

@@ -22,7 +22,7 @@
* Original copyright notice is retained at the end of this file.
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
extern int

View File

@@ -33,7 +33,7 @@
* One function can handle multiple operators all of equal precedence,
* provided they all associate ((x op x) op x). */
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
#include <sys/types.h>

View File

@@ -22,7 +22,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#include <errno.h>
#include <stdio.h>
@@ -100,4 +100,4 @@ int head_main(int argc, char **argv)
return(0);
}
/* $Id: head.c,v 1.13 2000/07/16 20:57:15 kraai Exp $ */
/* $Id: head.c,v 1.14 2000/09/25 21:45:57 andersen Exp $ */

View File

@@ -20,7 +20,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
extern int hostid_main(int argc, char **argv)

View File

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

View File

@@ -1,5 +1,5 @@
/* vi: set sw=4 ts=4: */
#include "internal.h"
#include "busybox.h"
#include <stdlib.h>
#include <string.h>
#include <stdio.h>

View File

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

View File

@@ -20,7 +20,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
extern int logname_main(int argc, char **argv)

View File

@@ -47,7 +47,7 @@
/************************************************************************/
#include "internal.h"
#include "busybox.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <stdio.h>

View File

@@ -20,7 +20,7 @@
/* Written by Ulrich Drepper <drepper@gnu.ai.mit.edu> */
/* Hacked to work with BusyBox by Alfred M. Szmidt <ams@trillian.itslinux.org> */
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
#include <errno.h>
#include <ctype.h>
@@ -66,7 +66,7 @@ extern _IO_ssize_t getline __P ((char **, size_t *, FILE *));
#include <string.h>
#include <endian.h>
#include "internal.h"
#include "busybox.h"
//----------------------------------------------------------------------------
//--------md5.h
//----------------------------------------------------------------------------

View File

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

View File

@@ -20,7 +20,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
#include <sys/types.h>
#include <errno.h>

View File

@@ -20,7 +20,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
#include <errno.h>
#include <sys/types.h>

View File

@@ -47,7 +47,7 @@
// 19990508 Busy Boxed! Dave Cinege
#include "internal.h"
#include "busybox.h"
#include <unistd.h>
#include <stdio.h>
#include <sys/types.h>

View File

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

View File

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

View File

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

View File

@@ -21,7 +21,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
extern int sleep_main(int argc, char **argv)

View File

@@ -22,7 +22,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#include <sys/types.h>
#include <fcntl.h>
#include <dirent.h>
@@ -288,4 +288,4 @@ int sort_main(int argc, char **argv)
return(0);
}
/* $Id: sort.c,v 1.21 2000/09/13 02:46:13 kraai Exp $ */
/* $Id: sort.c,v 1.22 2000/09/25 21:45:58 andersen Exp $ */

View File

@@ -21,7 +21,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
extern int sync_main(int argc, char **argv)

View File

@@ -38,7 +38,7 @@
#include <unistd.h>
#include <string.h>
#include <getopt.h>
#include "internal.h"
#include "busybox.h"
#define STDIN "standard input"
#define LINES 0

View File

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

View File

@@ -31,7 +31,7 @@
* "This program is in the Public Domain."
*/
#include "internal.h"
#include "busybox.h"
#include <sys/types.h>
#include <unistd.h>
#include <ctype.h>

View File

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

View File

@@ -24,7 +24,7 @@
* Original copyright notice is retained at the end of this file.
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>

View File

@@ -20,7 +20,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
#include <sys/types.h>

View File

@@ -31,7 +31,7 @@
/* Busyboxed by Erik Andersen */
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
#include <sys/types.h>
#include <sys/utsname.h>

View File

@@ -22,7 +22,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
#include <string.h>
#include <errno.h>
@@ -179,4 +179,4 @@ int uniq_main(int argc, char **argv)
return(0);
}
/* $Id: uniq.c,v 1.13 2000/07/16 20:57:15 kraai Exp $ */
/* $Id: uniq.c,v 1.14 2000/09/25 21:45:58 andersen Exp $ */

View File

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

View File

@@ -51,7 +51,7 @@
/* Reworked to GNU style by Ian Lance Taylor, ian@airs.com, August 93. */
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
#include <errno.h>

View File

@@ -52,7 +52,7 @@
/* Reworked to GNU style by Ian Lance Taylor, ian@airs.com, August 93. */
/* Hacked to work with BusyBox by Alfred M. Szmidt */
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
#include <errno.h>

View File

@@ -20,7 +20,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
#include <getopt.h>

View File

@@ -20,7 +20,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
#include <pwd.h>

View File

@@ -20,7 +20,7 @@
*
*/
#include "internal.h"
#include "busybox.h"
#include <stdio.h>
extern int yes_main(int argc, char **argv)