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

Commit ba822edb authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

am 02e9f8d5: am 53dab583: Merge "Make setenforce usage function static."

* commit '02e9f8d5':
  Make setenforce usage function static.
parents 2a1067d1 02e9f8d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);