summary refs log tree commit diff
path: root/src/minutils/s6-ps.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-08-10 17:56:42 +0000
committerLaurent Bercot <ska@appnovation.com>2021-08-10 17:56:42 +0000
commit76a04a720f7c5a366b88fe2b1727e47103ee796c (patch)
tree095607d09a95a48cedece6a4e774ad8838c2356e /src/minutils/s6-ps.c
parent8d37673c24ee9c30d5a78a30671e9598b0f5321d (diff)
downloads6-linux-utils-76a04a720f7c5a366b88fe2b1727e47103ee796c.tar.gz
s6-linux-utils-76a04a720f7c5a366b88fe2b1727e47103ee796c.tar.xz
s6-linux-utils-76a04a720f7c5a366b88fe2b1727e47103ee796c.zip
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-ps.c')
-rw-r--r--src/minutils/s6-ps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minutils/s6-ps.c b/src/minutils/s6-ps.c
index fa9ce57..39d7211 100644
--- a/src/minutils/s6-ps.c
+++ b/src/minutils/s6-ps.c
@@ -131,7 +131,7 @@ int main (int argc, char const *const *argv)
   PROG = "s6-ps" ;
 
   {
-    subgetopt_t l = SUBGETOPT_ZERO ;
+    subgetopt l = SUBGETOPT_ZERO ;
     for (;;)
     {
       int opt = subgetopt_r(argc, argv, "Hlw:W:o:", &l) ;