diff options
Diffstat (limited to 'term/term.h')
-rw-r--r-- | term/term.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/term/term.h b/term/term.h index cb22e159..c36fc2e4 100644 --- a/term/term.h +++ b/term/term.h @@ -323,6 +323,7 @@ void write_character (int); void init_users (void); extern char *tty_arg; +extern int rdev; /* kludge--these are pty versions of trivfs_S_io_* functions called by the real functions in users.c to do work for ptys. */ |