summaryrefslogtreecommitdiff
path: root/term/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/term.h')
-rw-r--r--term/term.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/term/term.h b/term/term.h
index 15e888b9..28f4fe10 100644
--- a/term/term.h
+++ b/term/term.h
@@ -329,7 +329,7 @@ void write_character (int);
void init_users (void);
extern char *tty_arg;
-extern int rdev;
+extern dev_t rdev;
/* kludge--these are pty versions of trivfs_S_io_* functions called by
the real functions in users.c to do work for ptys. */