diff options
Diffstat (limited to 'sys/kern/tty.c')
-rw-r--r-- | sys/kern/tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/tty.c b/sys/kern/tty.c index 163e016e497a..d69ae8394d15 100644 --- a/sys/kern/tty.c +++ b/sys/kern/tty.c @@ -198,7 +198,7 @@ static u_char const char_type[] = { /* * list of struct tty where pstat(8) can pick it up with sysctl */ -static SLIST_HEAD(, struct tty) tty_list; +static SLIST_HEAD(, tty) tty_list; static int drainwait = 5*60; SYSCTL_INT(_kern, OID_AUTO, drainwait, CTLFLAG_RW, &drainwait, |