usage.c: remove reference to busybox.h
*: s/include "busybox.h"/include "libbb.h"
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
* Port to BusyBox Hiroshi Shinji <shiroshi@my.email.ne.jp>
|
||||
*
|
||||
*/
|
||||
#include "busybox.h"
|
||||
#include "libbb.h"
|
||||
|
||||
int selinuxenabled_main(int argc, char **argv);
|
||||
int selinuxenabled_main(int argc, char **argv)
|
||||
|
Reference in New Issue
Block a user