summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar/subst.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tar/subst.c')
-rw-r--r--usr.bin/tar/subst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/subst.c b/usr.bin/tar/subst.c
index ea96d15..1c24d06 100644
--- a/usr.bin/tar/subst.c
+++ b/usr.bin/tar/subst.c
@@ -42,7 +42,7 @@ struct subst_rule {
struct subst_rule *next;
regex_t re;
char *result;
- int global:1, print:1, symlink:1;
+ unsigned int global:1, print:1, symlink:1;
};
struct substitution {
OpenPOWER on IntegriCloud