Subject: termios doesn't use speed_t
To: None <netbsd-bugs@NetBSD.ORG>
From: Frank van der Linden <vdlinden@fwi.uva.nl>
List: netbsd-bugs
Date: 02/10/1995 21:50:44
Problem: Although the type speed_t is defined in <sys/termios.h>, it is not
used in the termios structure. Both the c_ispeed and c_ospeed fields
are defined as type long (line 187-188 in <sys/termios.h>).
Applies to: Any NetBSD version I can remember (0.9 until the latest -current,
any architecture)
Priority: Low, since speed_t is a long anyway.
Fix: Obvious ;-) Unless there is some mystical reason to use long
in stead of speed_t in the termios struct.
- Frank