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

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

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

* commit '53dab583':
  Make setenforce usage function static.
parents 753b96cf 53dab583
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);