From b66ed18b654294fe94aeb2857fcc10da26933b08 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 5 Dec 1995 02:47:12 +0000 Subject: (ptyctl): New variable. --- term/term.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/term/term.h b/term/term.h index c629a95d..a9bd2924 100644 --- a/term/term.h +++ b/term/term.h @@ -94,6 +94,9 @@ struct port_class *pty_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