K 10 svn:author V 2 jb K 8 svn:date V 27 1998-05-05T21:54:26.000000Z K 7 svn:log V 349 The __set_ospeed() function is coded against the speed_t type declared in termios.h, but it's prototype in termcap.h and the main file use the underlying definition (which is now an int, not a long for compatibility with NetBSD). Really termcap.h should use speed_t too, but I guess that this might break sources that don't include termios.h first. END