am f48a4b4b: am ba822edb: am 02e9f8d5: am 53dab583: Merge "Make setenforce usage function static."
* commit 'f48a4b4be699f63670acbff94b78e1fdf3b4338c': Make setenforce usage function static.
This commit is contained in:
commit
3790b9be66
|
@ -7,7 +7,7 @@
|
|||
#include <errno.h>
|
||||
#include <selinux/selinux.h>
|
||||
|
||||
void usage(const char *progname)
|
||||
static void usage(const char *progname)
|
||||
{
|
||||
fprintf(stderr, "usage: %s [ Enforcing | Permissive | 1 | 0 ]\n",
|
||||
progname);
|
||||
|
|
Loading…
Reference in New Issue