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/conn-tools/s6-sudo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/conn-tools/s6-sudo.c') diff --git a/src/conn-tools/s6-sudo.c b/src/conn-tools/s6-sudo.c index 12880b2..c422a1d 100644 --- a/src/conn-tools/s6-sudo.c +++ b/src/conn-tools/s6-sudo.c @@ -1,6 +1,6 @@ /* ISC license. */ -#include +#include #include #include #include @@ -20,7 +20,7 @@ int main (int argc, char const *const *argv, char const *const *envp) subgetopt_t l = SUBGETOPT_ZERO ; for (;;) { - register int opt = subgetopt_r(argc, argv, "qQvp:l:et:T:", &l) ; + int opt = subgetopt_r(argc, argv, "qQvp:l:et:T:", &l) ; if (opt == -1) break ; switch (opt) { -- cgit v1.2.3