usage.c: remove reference to busybox.h
*: s/include "busybox.h"/include "libbb.h"
This commit is contained in:
applets
archival
console-tools
chvt.cclear.cdeallocvt.cdumpkmap.cloadfont.cloadkmap.copenvt.creset.cresize.csetconsole.csetkeycodes.csetlogcons.c
coreutils
basename.ccal.ccat.ccatv.cchgrp.cchmod.cchown.cchroot.ccksum.ccmp.ccomm.ccp.ccut.cdate.cdd.cdf.cdiff.cdirname.cdos2unix.cdu.cecho.cenv.cexpr.cfalse.cfold.chead.chostid.cid.cinstall.clength.cln.clogname.cls.cmd5_sha1_sum.cmkdir.cmkfifo.cmknod.cmv.cnice.cnohup.cod.cod_bloaty.cprintenv.cprintf.cpwd.crealpath.crm.crmdir.cseq.csleep.csort.csplit.cstat.cstty.csum.csync.ctail.ctee.ctest.ctouch.ctr.ctrue.ctty.cuname.cuniq.cusleep.cuudecode.cuuencode.cwatch.cwc.cwho.cwhoami.cyes.c
debianutils
docs
e2fsprogs
editors
findutils
init
ipsvd
libbb
libpwdgrp
loginutils
miscutils
adjtimex.cbbconfig.cchrt.ccrond.ccrontab.cdc.cdevfsd.ceject.chdparm.clast.cless.cmakedevs.cmountpoint.cmt.cnmeter.craidautorun.creadahead.crunlevel.crx.csetsid.cstrings.ctaskset.ctime.cwatchdog.c
modutils
networking
arp.carping.cdnsd.cether-wake.cftpgetput.chostname.chttpd.cifconfig.cifupdown.cinetd.cinterface.cip.cipcalc.cisrv.cisrv_identd.c
libiproute
nameif.cnc.cnc_bloaty.cnetstat.cnslookup.cping.croute.ctelnet.ctelnetd.ctftp.ctraceroute.cudhcp
vconfig.cwget.czcip.cprocps
runit
selinux
shell
sysklogd
util-linux
@@ -10,7 +10,7 @@
|
||||
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
|
||||
*/
|
||||
|
||||
#include "busybox.h"
|
||||
#include "libbb.h"
|
||||
|
||||
int realpath_main(int argc, char **argv);
|
||||
int realpath_main(int argc, char **argv)
|
||||
|
Reference in New Issue
Block a user