]> git.armaanb.net Git - opendoas.git/blobdiff - doas.c
Replace build/installation instructions with discouragements
[opendoas.git] / doas.c
diff --git a/doas.c b/doas.c
index b47d2bb8c7bbb7593c791b72471be9f144d7371b..ac3a42a3a171cd96680ed34446278f3dc1f8d473 100644 (file)
--- a/doas.c
+++ b/doas.c
@@ -139,7 +139,7 @@ static int
 permit(uid_t uid, gid_t *groups, int ngroups, const struct rule **lastr,
     uid_t target, const char *cmd, const char **cmdargs)
 {
-       int i;
+       size_t i;
 
        *lastr = NULL;
        for (i = 0; i < nrules; i++) {