summaryrefslogtreecommitdiff
path: root/src/alias/s6-frontend-alias-chpst.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alias/s6-frontend-alias-chpst.c')
-rw-r--r--src/alias/s6-frontend-alias-chpst.c2
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) ;