summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard Basch <probe@mit.edu>1994-12-28 21:51:29 +0000
committerRichard Basch <probe@mit.edu>1994-12-28 21:51:29 +0000
commit5e63793b786ce14c68b8da449134ddb4f4ecda84 (patch)
tree45d99e2fb2ae4a98ff4c3cdd140fb79b27a9bbf6 /src
parent06a1e8b989a09ad0a693cd7276694fc530177724 (diff)
downloadkrb5-5e63793b786ce14c68b8da449134ddb4f4ecda84.tar.gz
krb5-5e63793b786ce14c68b8da449134ddb4f4ecda84.tar.xz
krb5-5e63793b786ce14c68b8da449134ddb4f4ecda84.zip
Removed a reference to CBAUD that caused compilation errors
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4772 dc483132-0cff-0310-8789-dd5450dbe970
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