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/s6ps_statparse.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/minutils/s6ps_statparse.c') diff --git a/src/minutils/s6ps_statparse.c b/src/minutils/s6ps_statparse.c index 56e00f9..fe4c355 100644 --- a/src/minutils/s6ps_statparse.c +++ b/src/minutils/s6ps_statparse.c @@ -17,8 +17,8 @@ #define STATVARS 49 -typedef size_t scanfunc_t (char const *, void *) ; -typedef scanfunc_t *scanfunc_t_ref ; +typedef size_t sca$1_func (char const *, void *) ; +typedef sca$1_func *sca$1_func_ref ; static size_t f64 (char const *s, void *u64) { @@ -48,7 +48,7 @@ DEFUNS(fint, int) DEFUNS(fpid, pid_t) DEFUNU(fdev, dev_t) -static scanfunc_t_ref scanfuncs[STATVARS] = +static sca$1_func_ref scanfuncs[STATVARS] = { &fpid, /* ppid */ &fpid, /* pgrp */ -- cgit v1.2.3