Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53dab583 authored by Kenny Root's avatar Kenny Root Committed by android code review
Browse files

Merge "Make setenforce usage function static."

parents dd56039c 492051ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -7,7 +7,7 @@
#include <errno.h>
#include <errno.h>
#include <selinux/selinux.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",
    fprintf(stderr, "usage:  %s [ Enforcing | Permissive | 1 | 0 ]\n",
            progname);
            progname);