diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-05 02:49:03 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-05 02:49:03 +0000 |
commit | a014ccb57a26668f8d087ba26c4d46c6fe46a416 (patch) | |
tree | d791b61d48aebd31a8a0f2a1a5c59960f0e06a6a /term | |
parent | b66ed18b654294fe94aeb2857fcc10da26933b08 (diff) |
(ptyctl): Delete var.
(pty_cntl_class): New declaration.
Diffstat (limited to 'term')
-rw-r--r-- | term/term.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/term/term.h b/term/term.h index a9bd2924..3279b59e 100644 --- a/term/term.h +++ b/term/term.h @@ -91,12 +91,12 @@ struct port_class *cttyid_class; /* Port class for pty master ports */ struct port_class *pty_class; +/* Port class for pty control ports */ +struct port_class *pty_cntl_class; + /* Trivfs control structure for the tty */ struct trivfs_control *termctl; -/* Trivfs control structure for pty master ports */ -struct trivfs_control *ptyctl; - /* Filename for this terminal */ char *nodename; |