From 29f70f35a48241eef0a690a00d5211f487972cba Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 4 Aug 2021 11:24:03 +0000 Subject: Adapt to skalibs-2.11 Signed-off-by: Laurent Bercot --- src/clients/s6-randomip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/clients/s6-randomip.c') diff --git a/src/clients/s6-randomip.c b/src/clients/s6-randomip.c index 7103443..9419454 100644 --- a/src/clients/s6-randomip.c +++ b/src/clients/s6-randomip.c @@ -23,7 +23,7 @@ int main (int argc, char const *const *argv) PROG = "s6-randomip" ; for (;;) { - int opt = subgetopt(argc, argv, "46n:") ; + int opt = lgetopt(argc, argv, "46n:") ; if (opt == -1) break ; switch (opt) { -- cgit v1.2.3