diff options
Diffstat (limited to 'toys/other/chcon.c')
-rwxr-xr-x[-rw-r--r--] | toys/other/chcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/chcon.c b/toys/other/chcon.c index 6dbdd13..a2bbb66 100644..100755 --- a/toys/other/chcon.c +++ b/toys/other/chcon.c @@ -21,7 +21,7 @@ config CHCON #define FOR_chcon #include "toys.h" -static int do_chcon(struct dirtree *try) +int do_chcon(struct dirtree *try) { char *path, *con = *toys.optargs; |