]> git.ipfire.org Git - thirdparty/util-linux.git/commit
agetty: move struct options and F_* flags to agetty.h
authorKarel Zak <kzak@redhat.com>
Thu, 14 May 2026 07:41:12 +0000 (09:41 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 14 May 2026 11:14:57 +0000 (13:14 +0200)
commit603ca5646f8d02e594ef95363da6416ad9babf98
tree8eedf3a016c21d74dc7bc088bd529208be2c03ab
parent9b4e509b9c2958e981e4cc716fb7b69915d4cb20
agetty: move struct options and F_* flags to agetty.h

Move struct options (renamed to struct agetty_options), MAX_SPEED
and all F_* flag definitions to the shared header file, making
them available to the split-out source files.

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