diff options
| author | 2015-09-11 08:22:31 +0000 | |
|---|---|---|
| committer | 2015-09-11 08:22:31 +0000 | |
| commit | 562bbd83b37fcb4a4269645747625c1911d29a8f (patch) | |
| tree | 6e862d666cf92fe7a4862f9263bd5157e09b2d5b /sys/kern/kern_exit.c | |
| parent | Kill yet another argument to functions in IPv6. This time ip6_output's (diff) | |
| download | wireguard-openbsd-562bbd83b37fcb4a4269645747625c1911d29a8f.tar.xz wireguard-openbsd-562bbd83b37fcb4a4269645747625c1911d29a8f.zip | |
Only include <sys/tame.h> in the .c files that need it
ok deraadt@ miod@
Diffstat (limited to 'sys/kern/kern_exit.c')
| -rw-r--r-- | sys/kern/kern_exit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c index c0306617ca2..8c15f8335db 100644 --- a/sys/kern/kern_exit.c +++ b/sys/kern/kern_exit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_exit.c,v 1.151 2015/08/28 00:03:53 deraadt Exp $ */ +/* $OpenBSD: kern_exit.c,v 1.152 2015/09/11 08:22:31 guenther Exp $ */ /* $NetBSD: kern_exit.c,v 1.39 1996/04/22 01:38:25 christos Exp $ */ /* @@ -60,6 +60,7 @@ #include <sys/ktrace.h> #include <sys/pool.h> #include <sys/mutex.h> +#include <sys/tame.h> #ifdef SYSVSEM #include <sys/sem.h> #endif |
