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_fork.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_fork.c')
-rw-r--r-- | sys/kern/kern_fork.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/kern_fork.c b/sys/kern/kern_fork.c index abcb77ba615..516ab090808 100644 --- a/sys/kern/kern_fork.c +++ b/sys/kern/kern_fork.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_fork.c,v 1.182 2015/08/22 20:18:49 deraadt Exp $ */ +/* $OpenBSD: kern_fork.c,v 1.183 2015/09/11 08:22:31 guenther Exp $ */ /* $NetBSD: kern_fork.c,v 1.29 1996/02/09 18:59:34 christos Exp $ */ /* @@ -58,6 +58,7 @@ #include <sys/mman.h> #include <sys/ptrace.h> #include <sys/atomic.h> +#include <sys/tame.h> #include <sys/unistd.h> #include <sys/syscallargs.h> |