From 926c0309375fbca61f21211cdf4a5f5662b09f55 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 5 Dec 1995 02:55:12 +0000 Subject: Re-added ptyctl. --- term/term.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/term/term.h b/term/term.h index 3279b59e..d8482f0f 100644 --- a/term/term.h +++ b/term/term.h @@ -97,6 +97,9 @@ struct port_class *pty_cntl_class; /* Trivfs control structure for the tty */ struct trivfs_control *termctl; +/* Trivfs control structure for the pty */ +struct trivfs_control *ptyctl; + /* Filename for this terminal */ char *nodename; -- cgit v1.2.3