Skip to content
Snippets Groups Projects
Commit 42fe84df authored by pw's avatar pw
Browse files

Change lunux to linux in termios def

parent 2a9be893
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/unix.lisp,v 1.48 1997/06/04 14:45:52 pw Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/unix.lisp,v 1.49 1997/06/15 21:27:31 pw Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -251,7 +251,7 @@ ...@@ -251,7 +251,7 @@
(defconstant +NCC+ (defconstant +NCC+
#+hpux 16 #+hpux 16
#+irix 23 #+irix 23
#+(or lunux solaris) 19 #+(or linux solaris) 19
"Size of control character vector.") "Size of control character vector.")
(def-alien-type nil (def-alien-type nil
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment