Ping, any further advice on these issues?
Howard Chu wrote:
OSF didn't define this flag, nor did it assign that particular bit to any
purpose. Is that good enough?
Actually using kernel_termios_to_user_termios_1(). In all supported
architectures this structure is basically aligned with but smaller than the
userland struct termios. As such it will leave any unused fields unwritten in
the user struct. This usually means it will leave c_ispeed and c_ospeed unset
in the user struct, but that's a don't-care anyway since we're only talking
about ptys here, and changing the speed (besides setting it to zero) is
irrelevant for ptys.
--
-- Howard Chu
CTO, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/
--