diff options
Diffstat (limited to 'term/term.h')
-rw-r--r-- | term/term.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/term/term.h b/term/term.h index aafc844a..694c598e 100644 --- a/term/term.h +++ b/term/term.h @@ -116,9 +116,6 @@ struct trivfs_control *termctl; /* Trivfs control structure for the pty */ struct trivfs_control *ptyctl; -/* Mach device name for this terminal */ -char *pterm_name; - /* The queues we use */ struct queue *inputq, *rawq, *outputq; @@ -325,6 +322,8 @@ void rescan_inputq (void); void write_character (int); void init_users (void); +extern char *tty_arg; + /* kludge--these are pty versions of trivfs_S_io_* functions called by the real functions in users.c to do work for ptys. */ error_t pty_io_write (struct trivfs_protid *, char *, |