aboutsummaryrefslogtreecommitdiff
path: root/toys/other/chcon.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/chcon.c')
-rw-r--r--toys/other/chcon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/chcon.c b/toys/other/chcon.c
index a2bbb66c..6dbdd13f 100644
--- a/toys/other/chcon.c
+++ b/toys/other/chcon.c
@@ -21,7 +21,7 @@ config CHCON
#define FOR_chcon
#include "toys.h"
-int do_chcon(struct dirtree *try)
+static int do_chcon(struct dirtree *try)
{
char *path, *con = *toys.optargs;