From 6696cee3bd309f61fc6c945ef747262a845e9267 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 10 Aug 2021 18:24:46 +0000 Subject: Prepare for 1.0.6.4, adapt to skalibs-2.11.0.0 Signed-off-by: Laurent Bercot --- src/init/s6-linux-init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/init/s6-linux-init.c') diff --git a/src/init/s6-linux-init.c b/src/init/s6-linux-init.c index 9e2d86e..6bf22b8 100644 --- a/src/init/s6-linux-init.c +++ b/src/init/s6-linux-init.c @@ -136,7 +136,7 @@ int main (int argc, char const **argv, char const *const *envp) } { - subgetopt_t l = SUBGETOPT_ZERO ; + subgetopt l = SUBGETOPT_ZERO ; for (;;) { int opt = subgetopt_r(argc, argv, "c:p:s:m:d:D:nNCB", &l) ; -- cgit v1.3.1