sys/compat/svr4/svr4_termios.c:194]: (warning) Variable 'sp' is reassigned a value before the old one has been used. 'break;' missing? getval(B,57600); getval(B,115200); default: sp = SVR4_B9600; /* XXX */ I think the getval macro is broken.