summaryrefslogtreecommitdiff
path: root/src/fdholder/s6-fdholder-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fdholder/s6-fdholder-list.c')
-rw-r--r--src/fdholder/s6-fdholder-list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fdholder/s6-fdholder-list.c b/src/fdholder/s6-fdholder-list.c
index 8f30683..930b50f 100644
--- a/src/fdholder/s6-fdholder-list.c
+++ b/src/fdholder/s6-fdholder-list.c
@@ -19,11 +19,11 @@ int main (int argc, char const *const *argv)
stralloc sa = STRALLOC_ZERO, sb = STRALLOC_ZERO ;
size_t pos = 0 ;
int n ;
- tain_t deadline ;
+ tain deadline ;
PROG = "s6-fdholder-list" ;
{
unsigned int t = 0 ;
- subgetopt_t l = SUBGETOPT_ZERO ;
+ subgetopt l = SUBGETOPT_ZERO ;
for (;;)
{
int opt = subgetopt_r(argc, argv, "t:", &l) ;