summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/appl/bsd/login.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/appl/bsd/login.c b/src/appl/bsd/login.c
index 532f4e087..e46bff6bb 100644
--- a/src/appl/bsd/login.c
+++ b/src/appl/bsd/login.c
@@ -1285,14 +1285,12 @@ char *speeds[] = {
#define NSPEEDS (sizeof(speeds) / sizeof(speeds[0]))
#ifdef POSIX_TERMIOS
-#ifndef CBAUD
/* this must be in sync with the list above */
speed_t b_speeds[] = {
B0, B50, B75, B110, B134, B150, B200, B300, B600,
B1200, B1800, B2400, B4800, B9600, B19200, B38400,
};
#endif
-#endif
doremoteterm(tp)
#ifdef POSIX_TERMIOS