diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-08-10 17:56:42 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-08-10 17:56:42 +0000 |
commit | 76a04a720f7c5a366b88fe2b1727e47103ee796c (patch) | |
tree | 095607d09a95a48cedece6a4e774ad8838c2356e /src/minutils/s6-mount.c | |
parent | 8d37673c24ee9c30d5a78a30671e9598b0f5321d (diff) | |
download | s6-linux-utils-76a04a720f7c5a366b88fe2b1727e47103ee796c.tar.xz |
Prepare for 2.5.1.6 ; adapt to skalibs-2.11.0.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/minutils/s6-mount.c')
-rw-r--r-- | src/minutils/s6-mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minutils/s6-mount.c b/src/minutils/s6-mount.c index 382a0c4..4dd9ed5 100644 --- a/src/minutils/s6-mount.c +++ b/src/minutils/s6-mount.c @@ -112,7 +112,7 @@ int main (int argc, char const *const *argv) PROG = "s6-mount" ; { int doall = 0 ; - subgetopt_t l = SUBGETOPT_ZERO ; + subgetopt l = SUBGETOPT_ZERO ; for (;;) { int opt = subgetopt_r(argc, argv, "nz:arwt:o:", &l) ; |