From c60ebd422171808ad58b936914055397bb205bef Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 12 Mar 2017 11:59:43 +0000 Subject: Adapt to skalibs-2.5.0.0 --- src/supervision/s6-svscanctl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/supervision/s6-svscanctl.c') diff --git a/src/supervision/s6-svscanctl.c b/src/supervision/s6-svscanctl.c index a991146..2794290 100644 --- a/src/supervision/s6-svscanctl.c +++ b/src/supervision/s6-svscanctl.c @@ -1,6 +1,5 @@ /* ISC license. */ -#include #include #include #include @@ -20,7 +19,7 @@ int main (int argc, char const *const *argv) subgetopt_t l = SUBGETOPT_ZERO ; for (;;) { - register int opt = subgetopt_r(argc, argv, "phratszbnNiq0678", &l) ; + int opt = subgetopt_r(argc, argv, "phratszbnNiq0678", &l) ; if (opt == -1) break ; switch (opt) { -- cgit v1.2.3