diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-08-09 23:55:41 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2021-08-09 23:55:41 +0000 |
| commit | d51d7cd47124b31ff703cd1f65d17ab936d93b6e (patch) | |
| tree | 24153944f39ccd6f419982bda8dbdedbae8010c9 /src/alias/s6-frontend-alias-chpst.c | |
| parent | a7c2ccb1935f7f74d7c705abcc0ba657657fd779 (diff) | |
| download | s6-frontend-d51d7cd47124b31ff703cd1f65d17ab936d93b6e.tar.gz | |
Adapt to skalibs-2.11.0.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/alias/s6-frontend-alias-chpst.c')
| -rw-r--r-- | src/alias/s6-frontend-alias-chpst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alias/s6-frontend-alias-chpst.c b/src/alias/s6-frontend-alias-chpst.c index 05b3b07..5319ba6 100644 --- a/src/alias/s6-frontend-alias-chpst.c +++ b/src/alias/s6-frontend-alias-chpst.c @@ -154,7 +154,7 @@ int main (int argc, char const *const *argv) PROG = "s6-frontend-alias-chpst" ; { - subgetopt_t l = SUBGETOPT_ZERO ; + subgetopt l = SUBGETOPT_ZERO ; for (;;) { int opt = subgetopt_r(argc, argv, "vP012u:U:b:e:/:n:l:L:m:d:o:p:f:c:", &l) ; |
