Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
624383c9
Commit
624383c9
authored
Jan 28, 1992
by
wlott
Browse files
Deleted kbd ioctls, because they arn't used, and are probably RT specific.
parent
f4b85bc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/unix.lisp
View file @
624383c9
...
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/unix.lisp,v 1.
5
1992/01/28 0
6:26:48
wlott Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/unix.lisp,v 1.
6
1992/01/28 0
7:33:31
wlott Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -942,16 +942,6 @@
(
define-ioctl-command
TIOCSPGRP
#\t
118
int
:in
)
(
define-ioctl-command
TIOCGPGRP
#\t
119
int
:out
)
;;; Keyboard iotctl commands.
(
define-ioctl-command
KBDCGET
#\k
0
(
struct
kbdarg
)
:inout
)
(
define-ioctl-command
KBDCSET
#\k
1
(
struct
kbdarg
)
:in
)
(
define-ioctl-command
KBDCRESET
#\k
2
nil
:void
)
(
define-ioctl-command
KBDCRST
#\k
3
nil
:void
)
(
define-ioctl-command
KBDCSSTD
#\k
4
nil
:void
)
(
define-ioctl-command
KBDSGET
#\k
5
int
:out
)
(
define-ioctl-command
KBDGCLICK
#\k
6
int
:out
)
(
define-ioctl-command
KBDSCLICK
#\k
7
int
:in
)
;;; File ioctl commands.
(
define-ioctl-command
FIONREAD
#\f
127
int
:out
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment