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
ChangelogMakefile
applets
ar.c
archival
basename.cbusybox.ccat.cchmod_chown_chgrp.cchroot.cchvt.cclear.ccmdedit.c
console-tools
coreutils
cp_mv.ccut.cdate.cdc.cdd.cdeallocvt.cdf.cdirname.cdmesg.cdos2unix.cdu.cdumpkmap.cdutmp.cecho.c
editors
expr.cfbset.cfdflush.cfind.c
findutils
free.cfreeramdisk.cfsck_minix.cgetopt.cgrep.cgunzip.cgzip.chalt.chead.chostid.chostname.cid.cinit.c
init
insmod.cinternal.hkill.clash.clength.cln.cloadacm.cloadfont.cloadkmap.clogger.clogname.cls.clsmod.cmakedevs.cmd5sum.cmessages.c
miscutils
mkdir.cmkfifo.cmkfs_minix.cmknod.cmkswap.cmktemp.c
modutils
more.cmount.cmt.cmtab.cnc.c
networking
nfsmount.cnslookup.cping.cpoweroff.cprintf.c
procps
ps.cpwd.crdate.creboot.crenice.creset.crm.crmdir.crmmod.csed.csetkeycodes.csh.c
shell
sleep.csort.cswaponoff.csync.c
sysklogd
syslogd.ctail.ctar.ctee.ctelnet.ctest.ctouch.ctr.ctrue_false.ctty.cumount.cuname.cuniq.cunix2dos.cunrpm.cupdate.cuptime.cusage.cusleep.c
util-linux
utility.cuudecode.cuuencode.cwc.cwget.cwhich.cwhoami.cxargs.cyes.c

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