From a354fc492df1b05f7fec5bedfffa35217ae8714a Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 1 Aug 2021 05:46:10 +0000 Subject: Adapt to skalibs-2.11.0.0 Signed-off-by: Laurent Bercot --- src/utils/bcnm-waitif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils') diff --git a/src/utils/bcnm-waitif.c b/src/utils/bcnm-waitif.c index c5fd556..8a2e595 100644 --- a/src/utils/bcnm-waitif.c +++ b/src/utils/bcnm-waitif.c @@ -25,13 +25,13 @@ static inline int check (bcnm_if_link_state_t *tab, size_t n, unsigned int mask, int main (int argc, char const *const *argv) { iopause_fd x = { .events = IOPAUSE_READ } ; - tain_t deadline, tto ; + tain deadline, tto ; int not = 0 ; unsigned int mask = 1 ; unsigned int kbufsize = 131072 ; PROG = "bcnm-waitif" ; { - subgetopt_t l = SUBGETOPT_ZERO ; + subgetopt l = SUBGETOPT_ZERO ; unsigned int t = 0 ; for (;;) { -- cgit v1.3.1