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

* commit 'ba822edb30d5221934137052d42a81ad993b3ea9':
  Make setenforce usage function static.
This commit is contained in:
Kenny Root 2012-08-13 16:05:34 -07:00 committed by Android Git Automerger
commit f48a4b4be6

View file

@ -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);