From d51d7cd47124b31ff703cd1f65d17ab936d93b6e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 9 Aug 2021 23:55:41 +0000 Subject: Adapt to skalibs-2.11.0.0 Signed-off-by: Laurent Bercot --- src/alias/s6-frontend-alias-chpst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/alias/s6-frontend-alias-chpst.c') diff --git a/src/alias/s6-frontend-alias-chpst.c b/src/alias/s6-frontend-alias-chpst.c index 05b3b07..5319ba6 100644 --- a/src/alias/s6-frontend-alias-chpst.c +++ b/src/alias/s6-frontend-alias-chpst.c @@ -154,7 +154,7 @@ int main (int argc, char const *const *argv) PROG = "s6-frontend-alias-chpst" ; { - subgetopt_t l = SUBGETOPT_ZERO ; + subgetopt l = SUBGETOPT_ZERO ; for (;;) { int opt = subgetopt_r(argc, argv, "vP012u:U:b:e:/:n:l:L:m:d:o:p:f:c:", &l) ; -- cgit v1.3.1