hurd: Fix tcflag_t and speed_t types on 64-bit
authorSergey Bugaev <bugaevc@gmail.com>
Sun, 12 Feb 2023 16:08:57 +0000 (19:08 +0300)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 12 Feb 2023 19:03:18 +0000 (20:03 +0100)
commit3e35b824a4dc0f6b67a7edaf4962e7492aed9d4f
treea1285b79065ad44fed140b11383500e7c8483e04
parent23e2c3b25f67ae3f656d476d8bd27a6f4b44d9e4
hurd: Fix tcflag_t and speed_t types on 64-bit

These are supposed to stay 32-bit even on 64-bit systems. This matches
BSD and Linux, as well as how these types are already defined in
tioctl.defs

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
bits/termios.h