aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/tty.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/tty.h')
-rw-r--r--sys/sys/tty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/tty.h b/sys/sys/tty.h
index c6f405606257..6c230de76a92 100644
--- a/sys/sys/tty.h
+++ b/sys/sys/tty.h
@@ -102,7 +102,7 @@ struct tty {
int t_olowat; /* Low water mark for output. */
speed_t t_ospeedwat; /* t_ospeed override for watermarks. */
int t_gen; /* Generation number. */
- SLIST_ENTRY(tty) t_list; /* Global chain of ttys for pstat(8) */
+ SLIST_ENTRY(struct tty) t_list; /* Global chain of ttys for pstat(8) */
};
#define t_cc t_termios.c_cc