maint: Simplify after gnulib changed
commit911c0bc41d60ce208114f7a8754341dc637396d2
authorBruno Haible <bruno@clisp.org>
Tue, 8 Aug 2023 16:56:39 +0000 (8 18:56 +0200)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 9 Aug 2023 03:05:33 +0000 (8 20:05 -0700)
treeb0ca62f25dcca201961984ab23f90ea40a99b741
parent0e58c95000114f246db1e44507f0b1dd17d22a1a
maint: Simplify after gnulib changed

Update gnulib submodule to latest.
All of UT_USER_SIZE, UT_ID_SIZE, UT_LINE_SIZE, UT_HOST_SIZE are now -1.

* src/pinky.c (print_entry): Remove code for bounded-length ut_line,
ut_user, ut_host.
(scan_entries): Remove code for bounded-length ut_user.
* src/who.c (print_line): Remove userlen, linelen arguments.
(print_user): Remove code for bounded-length ut_line, ut_user, ut_host.
(make_id_equals_comment): Remove code for bounded-length ut_id.
(print_boottime, print_deadprocs, print_login, print_initspawn,
print_clockchange, print_runlevel, print_heading): Update print_line
invocations.
(scan_entries): Remove code for bounded-length ut_line.
gnulib
src/pinky.c
src/who.c