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-sv.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/alias/s6-frontend-alias-sv.c') diff --git a/src/alias/s6-frontend-alias-sv.c b/src/alias/s6-frontend-alias-sv.c index 83ba177..8d2178b 100644 --- a/src/alias/s6-frontend-alias-sv.c +++ b/src/alias/s6-frontend-alias-sv.c @@ -20,14 +20,14 @@ #define dieusage() strerr_dieusage(100, USAGE) #define dienomem() strerr_diefu1sys(111, "stralloc_catb") -typedef int execfunc_t (char const *, char const *const *) ; -typedef execfunc_t *execfunc_t_ref ; +typedef int exec_func (char const *, char const *const *) ; +typedef exec_func *exec_func_ref ; typedef struct info_s info_t, *info_t_ref ; struct info_s { char const *name ; - execfunc_t_ref f ; + exec_func_ref f ; } ; static int dowait = 0 ; @@ -374,7 +374,7 @@ int main (int argc, char const *const *argv, char const *const *envp) } { - subgetopt_t l = SUBGETOPT_ZERO ; + subgetopt l = SUBGETOPT_ZERO ; for (;;) { int opt = subgetopt_r(argc, argv, "vw:", &l) ; -- cgit v1.2.3