diff options
Diffstat (limited to 'src/supervision/s6-svdt.c')
-rw-r--r-- | src/supervision/s6-svdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supervision/s6-svdt.c b/src/supervision/s6-svdt.c index b204934..ab0dfc8 100644 --- a/src/supervision/s6-svdt.c +++ b/src/supervision/s6-svdt.c @@ -18,7 +18,7 @@ int main (int argc, char const *const *argv) int num = 0 ; PROG = "s6-svdt" ; { - subgetopt_t l = SUBGETOPT_ZERO ; + subgetopt l = SUBGETOPT_ZERO ; for (;;) { int opt = subgetopt_r(argc, argv, "Ssn:", &l) ; |