usage.c: remove reference to busybox.h
*: s/include "busybox.h"/include "libbb.h"
This commit is contained in:
@ -26,11 +26,12 @@
|
||||
* Port to busybox: KaiGai Kohei <kaigai@kaigai.gr.jp>
|
||||
* - based on coreutils-5.97 (in Fedora Core 6)
|
||||
*/
|
||||
#include "busybox.h"
|
||||
#include <getopt.h>
|
||||
#include <selinux/context.h>
|
||||
#include <selinux/flask.h>
|
||||
|
||||
#include "libbb.h"
|
||||
|
||||
static context_t runcon_compute_new_context(char *user, char *role, char *type, char *range,
|
||||
char *command, int compute_trans)
|
||||
{
|
||||
|
Reference in New Issue
Block a user