From 5eced38e18908d83ec575b2d6717ca56f2f4e94c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 4 Aug 2021 13:45:26 +0000 Subject: Adapt to skalibs-2.11.0.0 Signed-off-by: Laurent Bercot --- src/posix/posix-cd.c | 2 +- src/posix/posix-umask.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/posix') diff --git a/src/posix/posix-cd.c b/src/posix/posix-cd.c index ee0b338..3fd7d7c 100644 --- a/src/posix/posix-cd.c +++ b/src/posix/posix-cd.c @@ -31,7 +31,7 @@ int main (int argc, char const **argv) setlocale(LC_ALL, "") ; /* yeah, as if */ { - subgetopt_t l = SUBGETOPT_ZERO ; + subgetopt l = SUBGETOPT_ZERO ; for (;;) { int opt = subgetopt_r(argc, argv, "LP", &l) ; diff --git a/src/posix/posix-umask.c b/src/posix/posix-umask.c index 16d7f4f..f477365 100644 --- a/src/posix/posix-umask.c +++ b/src/posix/posix-umask.c @@ -154,7 +154,7 @@ int main (int argc, char const **argv) setlocale(LC_ALL, "") ; /* totally supported, I swear */ { - subgetopt_t l = SUBGETOPT_ZERO ; + subgetopt l = SUBGETOPT_ZERO ; for (;;) { int opt = subgetopt_r(argc, argv, "S", &l) ; -- cgit v1.3.1