projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06a1e8b
)
Removed a reference to CBAUD that caused compilation errors
author
Richard Basch
<probe@mit.edu>
Wed, 28 Dec 1994 21:51:29 +0000
(21:51 +0000)
committer
Richard Basch
<probe@mit.edu>
Wed, 28 Dec 1994 21:51:29 +0000
(21:51 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4772
dc483132
-0cff-0310-8789-
dd5450dbe970
src/appl/bsd/login.c
patch
|
blob
|
history
diff --git
a/src/appl/bsd/login.c
b/src/appl/bsd/login.c
index 532f4e087e3e2f4822b311dfb2c81ec830d89566..e46bff6bbf5a05e93f543733db647698cb990b2d 100644
(file)
--- 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