]> git.ipfire.org Git - thirdparty/util-linux.git/commit
agetty: move init_special_char() to utils.c
authorKarel Zak <kzak@redhat.com>
Thu, 14 May 2026 09:33:15 +0000 (11:33 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 14 May 2026 11:14:57 +0000 (13:14 +0200)
commit10b4e3f13b40171a7b4cf708552f9a15f353c35c
tree7b48beb3164ff5567e14fc7b5e95e5ff08900a11
parent41628df79e80470bb5cee504538dbcaa57502bca
agetty: move init_special_char() to utils.c

Rename to agetty_parse_initstring() and change the interface to
return the parsed string instead of modifying struct agetty_options
directly.

Signed-off-by: Karel Zak <kzak@redhat.com>
agetty-cmd/agetty.c
agetty-cmd/agetty.h
agetty-cmd/utils.c