summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty.c
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2014-09-15 19:08:19 +0000
committermiod <miod@openbsd.org>2014-09-15 19:08:19 +0000
commitb7cf9720febeb096fb761a178c4631bcd554216e (patch)
tree851ccce163233d92b7ad532be6dffabce90faa72 /sys/kern/tty.c
parentAdd generic support for bridges that support subtractive decoding. (diff)
downloadwireguard-openbsd-b7cf9720febeb096fb761a178c4631bcd554216e.tar.xz
wireguard-openbsd-b7cf9720febeb096fb761a178c4631bcd554216e.zip
Remove non-standard <sys/dkstat.h> header. It has not contained anything
related to disk stastics for almost 17 years, and the remaining userland-visible defines duplicate those found in <sys/sched.h>. Move the remaining _KERNEL defines to <sys/tty.h> where they belong, and update all users to cope with this. ok kettenis@
Diffstat (limited to 'sys/kern/tty.c')
-rw-r--r--sys/kern/tty.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/tty.c b/sys/kern/tty.c
index 8a3a41189a4..c6a64d7b7d8 100644
--- a/sys/kern/tty.c
+++ b/sys/kern/tty.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tty.c,v 1.113 2014/07/13 15:29:04 tedu Exp $ */
+/* $OpenBSD: tty.c,v 1.114 2014/09/15 19:08:21 miod Exp $ */
/* $NetBSD: tty.c,v 1.68.4.2 1996/06/06 16:04:52 thorpej Exp $ */
/*-
@@ -46,7 +46,6 @@
#undef TTYDEFCHARS
#include <sys/file.h>
#include <sys/conf.h>
-#include <sys/dkstat.h>
#include <sys/uio.h>
#include <sys/kernel.h>
#include <sys/vnode.h>