Merge "Make setenforce usage function static."

This commit is contained in:
Kenny Root 2012-08-13 13:36:17 -07:00 committed by android code review
commit 53dab583c4

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