[cmucl/cmucl][rtoy-unix-core] Remove terminal-speeds since it's in code/unix-glibc2.lisp now.
Raymond Toy pushed to branch rtoy-unix-core at cmucl / cmucl Commits: 30055476 by Raymond Toy at 2015-05-11T19:44:18Z Remove terminal-speeds since it's in code/unix-glibc2.lisp now. - - - - - 1 changed file: - src/contrib/unix/unix-glibc2.lisp Changes: ===================================== src/contrib/unix/unix-glibc2.lisp ===================================== --- a/src/contrib/unix/unix-glibc2.lisp +++ b/src/contrib/unix/unix-glibc2.lisp @@ -1883,10 +1883,6 @@ in at a time in poll.") (defconstant writeoth #o2 _N"Write by others") (defconstant execoth #o1 _N"Execute (search directory) by others") -(defconstant terminal-speeds - '#(0 50 75 110 134 150 200 300 600 1200 1800 2400 - 4800 9600 19200 38400 57600 115200 230400)) - ;;;; Support routines for dealing with unix pathnames. (export '(unix-file-kind unix-maybe-prepend-current-directory View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/300554765f2b19fdb4219edc6e...
participants (1)
-
Raymond Toy