From: Richard Basch Date: Wed, 28 Dec 1994 21:51:29 +0000 (+0000) Subject: Removed a reference to CBAUD that caused compilation errors X-Git-Tag: krb5-1.0-beta5~881 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5e63793b786ce14c68b8da449134ddb4f4ecda84;p=krb5.git Removed a reference to CBAUD that caused compilation errors git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4772 dc483132-0cff-0310-8789-dd5450dbe970 --- 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