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_tame.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_tame.c')
| -rw-r--r-- | sys/kern/kern_tame.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/kern_tame.c b/sys/kern/kern_tame.c index aec9c108325..0b37990d024 100644 --- a/sys/kern/kern_tame.c +++ b/sys/kern/kern_tame.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_tame.c,v 1.38 2015/09/09 17:56:59 deraadt Exp $ */ +/* $OpenBSD: kern_tame.c,v 1.39 2015/09/11 08:22:31 guenther Exp $ */ /* * Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org> @@ -44,6 +44,7 @@ #include <sys/syscall.h> #include <sys/syscallargs.h> #include <sys/systm.h> +#include <sys/tame.h> int canonpath(const char *input, char *buf, size_t bufsize); |
