diff options
Diffstat (limited to 'src/supervision/s6-svperms.c')
-rw-r--r-- | src/supervision/s6-svperms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supervision/s6-svperms.c b/src/supervision/s6-svperms.c index 178ea08..fb35715 100644 --- a/src/supervision/s6-svperms.c +++ b/src/supervision/s6-svperms.c @@ -237,7 +237,7 @@ int main (int argc, char const *const *argv) unsigned int what = 0 ; PROG = "s6-svperms" ; { - subgetopt_t l = SUBGETOPT_ZERO ; + subgetopt l = SUBGETOPT_ZERO ; for (;;) { int opt = subgetopt_r(argc, argv, "vug:G:oO:eE:", &l) ; |