diff options
| author | 2014-09-15 19:08:19 +0000 | |
|---|---|---|
| committer | 2014-09-15 19:08:19 +0000 | |
| commit | b7cf9720febeb096fb761a178c4631bcd554216e (patch) | |
| tree | 851ccce163233d92b7ad532be6dffabce90faa72 /sys/kern/kern_clock.c | |
| parent | Add generic support for bridges that support subtractive decoding. (diff) | |
| download | wireguard-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/kern_clock.c')
| -rw-r--r-- | sys/kern/kern_clock.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c index 6559b1615ab..279804c9b75 100644 --- a/sys/kern/kern_clock.c +++ b/sys/kern/kern_clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_clock.c,v 1.86 2014/09/04 19:14:47 miod Exp $ */ +/* $OpenBSD: kern_clock.c,v 1.87 2014/09/15 19:08:21 miod Exp $ */ /* $NetBSD: kern_clock.c,v 1.34 1996/06/09 04:51:03 briggs Exp $ */ /*- @@ -39,7 +39,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/dkstat.h> #include <sys/timeout.h> #include <sys/kernel.h> #include <sys/limits.h> |
