]> git.ipfire.org Git - thirdparty/util-linux.git/commit
agetty: use bool for struct agetty_issue bitfields
authorKarel Zak <kzak@redhat.com>
Thu, 14 May 2026 09:24:27 +0000 (11:24 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 14 May 2026 11:14:57 +0000 (13:14 +0200)
commitd45cb16f7aaa2923178f2633586fae89d14e3726
tree4a19cd7519dc2409ced6b27774270c2d4fc3a5be
parentb694eee5340db69c01d5ebbc9eff1423b4eaf2c8
agetty: use bool for struct agetty_issue bitfields

Replace the unsigned int bitfields do_tcsetattr and do_tcrestore
with bool, matching the project's direction of using boolean types.

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