From a014ccb57a26668f8d087ba26c4d46c6fe46a416 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 5 Dec 1995 02:49:03 +0000 Subject: (ptyctl): Delete var. (pty_cntl_class): New declaration. --- term/term.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'term/term.h') 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; -- cgit v1.2.3