From aaea6322e9e765969f452764e51ca1ddd9783264 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 9 Aug 2021 23:42:35 +0000 Subject: skalibs-2.11.0.0 API change Signed-off-by: Laurent Bercot --- src/usertree/s6-usertree-maker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usertree') diff --git a/src/usertree/s6-usertree-maker.c b/src/usertree/s6-usertree-maker.c index 37a2771..0b4c440 100644 --- a/src/usertree/s6-usertree-maker.c +++ b/src/usertree/s6-usertree-maker.c @@ -228,7 +228,7 @@ int main (int argc, char *const *argv) char const *vars[VARS_MAX] ; PROG = "s6-usertree-maker" ; { - subgetopt_t l = SUBGETOPT_ZERO ; + subgetopt l = SUBGETOPT_ZERO ; for (;;) { int opt = subgetopt_r(argc, (char const *const *)argv, "d:p:E:e:r:l:t:n:s:S:", &l) ; -- cgit v1.2.3