From 76a04a720f7c5a366b88fe2b1727e47103ee796c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 10 Aug 2021 17:56:42 +0000 Subject: Prepare for 2.5.1.6 ; adapt to skalibs-2.11.0.0 Signed-off-by: Laurent Bercot --- src/minutils/s6-ps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/minutils/s6-ps.c') diff --git a/src/minutils/s6-ps.c b/src/minutils/s6-ps.c index fa9ce57..39d7211 100644 --- a/src/minutils/s6-ps.c +++ b/src/minutils/s6-ps.c @@ -131,7 +131,7 @@ int main (int argc, char const *const *argv) PROG = "s6-ps" ; { - subgetopt_t l = SUBGETOPT_ZERO ; + subgetopt l = SUBGETOPT_ZERO ; for (;;) { int opt = subgetopt_r(argc, argv, "Hlw:W:o:", &l) ; -- cgit v1.3.1