summaryrefslogtreecommitdiff
path: root/src/daemontools-extras/s6-envdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemontools-extras/s6-envdir.c')
-rw-r--r--src/daemontools-extras/s6-envdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemontools-extras/s6-envdir.c b/src/daemontools-extras/s6-envdir.c
index 6a6bd6f..4c297ea 100644
--- a/src/daemontools-extras/s6-envdir.c
+++ b/src/daemontools-extras/s6-envdir.c
@@ -13,7 +13,7 @@
int main (int argc, char const *const *argv)
{
stralloc modifs = STRALLOC_ZERO ;
- subgetopt_t l = SUBGETOPT_ZERO ;
+ subgetopt l = SUBGETOPT_ZERO ;
int insist = 1 ;
unsigned int options = 0 ;
char nullis = '\n' ;