From b08261b5bb18d5c3f3fece09c5c582679f6c8bbc Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 10 Aug 2021 17:59:16 +0000 Subject: Prepare for 2.2.3.3 ; adapt to skalibs-2.11.0.0 Signed-off-by: Laurent Bercot --- src/skaembutils/s6-quote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/skaembutils/s6-quote.c') diff --git a/src/skaembutils/s6-quote.c b/src/skaembutils/s6-quote.c index 24662e8..986439e 100644 --- a/src/skaembutils/s6-quote.c +++ b/src/skaembutils/s6-quote.c @@ -18,7 +18,7 @@ int main (int argc, char const *const *argv) int nl = 1 ; PROG = "s6-quote" ; { - subgetopt_t l = SUBGETOPT_ZERO ; + subgetopt l = SUBGETOPT_ZERO ; for (;;) { int opt = subgetopt_r(argc, argv, "nud:", &l) ; -- cgit v1.3.1