summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/kern_exit.c3
-rw-r--r--sys/kern/kern_fork.c3
-rw-r--r--sys/kern/kern_sysctl.c3
-rw-r--r--sys/kern/kern_tame.c3
-rw-r--r--sys/kern/kern_time.c3
-rw-r--r--sys/kern/sys_generic.c3
-rw-r--r--sys/kern/uipc_syscalls.c3
-rw-r--r--sys/kern/vfs_lookup.c3
-rw-r--r--sys/netinet/in_pcb.c3
-rw-r--r--sys/netinet6/in6_pcb.c3
-rw-r--r--sys/sys/proc.h4
-rw-r--r--sys/sys/syscall_mi.h3
12 files changed, 24 insertions, 13 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
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>
diff --git a/sys/kern/kern_sysctl.c b/sys/kern/kern_sysctl.c
index ca2aea12544..a6cc19da13e 100644
--- a/sys/kern/kern_sysctl.c
+++ b/sys/kern/kern_sysctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_sysctl.c,v 1.291 2015/09/10 18:10:35 deraadt Exp $ */
+/* $OpenBSD: kern_sysctl.c,v 1.292 2015/09/11 08:22:31 guenther Exp $ */
/* $NetBSD: kern_sysctl.c,v 1.17 1996/05/20 17:49:05 mrg Exp $ */
/*-
@@ -69,6 +69,7 @@
#include <sys/socket.h>
#include <sys/domain.h>
#include <sys/protosw.h>
+#include <sys/tame.h>
#include <sys/timetc.h>
#include <sys/evcount.h>
#include <sys/un.h>
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);
diff --git a/sys/kern/kern_time.c b/sys/kern/kern_time.c
index f8eccb3b98d..2942e3de2cc 100644
--- a/sys/kern/kern_time.c
+++ b/sys/kern/kern_time.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_time.c,v 1.92 2015/08/22 20:18:49 deraadt Exp $ */
+/* $OpenBSD: kern_time.c,v 1.93 2015/09/11 08:22:31 guenther Exp $ */
/* $NetBSD: kern_time.c,v 1.20 1996/02/18 11:57:06 fvdl Exp $ */
/*
@@ -40,6 +40,7 @@
#include <sys/ktrace.h>
#include <sys/vnode.h>
#include <sys/signalvar.h>
+#include <sys/tame.h>
#include <sys/timetc.h>
#include <sys/mount.h>
diff --git a/sys/kern/sys_generic.c b/sys/kern/sys_generic.c
index 13491d425a2..d0ade17e88b 100644
--- a/sys/kern/sys_generic.c
+++ b/sys/kern/sys_generic.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sys_generic.c,v 1.101 2015/08/22 20:18:49 deraadt Exp $ */
+/* $OpenBSD: sys_generic.c,v 1.102 2015/09/11 08:22:31 guenther Exp $ */
/* $NetBSD: sys_generic.c,v 1.24 1996/03/29 00:25:32 cgd Exp $ */
/*
@@ -56,6 +56,7 @@
#include <sys/ktrace.h>
#endif
#include <sys/sched.h>
+#include <sys/tame.h>
#include <sys/mount.h>
#include <sys/syscallargs.h>
diff --git a/sys/kern/uipc_syscalls.c b/sys/kern/uipc_syscalls.c
index a283508101f..55b77d1eb80 100644
--- a/sys/kern/uipc_syscalls.c
+++ b/sys/kern/uipc_syscalls.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uipc_syscalls.c,v 1.107 2015/08/22 20:18:49 deraadt Exp $ */
+/* $OpenBSD: uipc_syscalls.c,v 1.108 2015/09/11 08:22:31 guenther Exp $ */
/* $NetBSD: uipc_syscalls.c,v 1.19 1996/02/09 19:00:48 christos Exp $ */
/*
@@ -45,6 +45,7 @@
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/signalvar.h>
+#include <sys/tame.h>
#include <sys/unpcb.h>
#include <sys/un.h>
#ifdef KTRACE
diff --git a/sys/kern/vfs_lookup.c b/sys/kern/vfs_lookup.c
index 806fa1f6f61..fc8c274ec27 100644
--- a/sys/kern/vfs_lookup.c
+++ b/sys/kern/vfs_lookup.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vfs_lookup.c,v 1.55 2015/08/22 20:18:50 deraadt Exp $ */
+/* $OpenBSD: vfs_lookup.c,v 1.56 2015/09/11 08:22:31 guenther Exp $ */
/* $NetBSD: vfs_lookup.c,v 1.17 1996/02/09 19:00:59 christos Exp $ */
/*
@@ -49,6 +49,7 @@
#include <sys/pool.h>
#include <sys/filedesc.h>
#include <sys/proc.h>
+#include <sys/tame.h>
#include <sys/file.h>
#include <sys/fcntl.h>
diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c
index e64ed4d1b30..9ae95ee70e8 100644
--- a/sys/netinet/in_pcb.c
+++ b/sys/netinet/in_pcb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in_pcb.c,v 1.176 2015/09/09 20:14:40 dlg Exp $ */
+/* $OpenBSD: in_pcb.c,v 1.177 2015/09/11 08:22:31 guenther Exp $ */
/* $NetBSD: in_pcb.c,v 1.25 1996/02/13 23:41:53 christos Exp $ */
/*
@@ -77,6 +77,7 @@
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/proc.h>
+#include <sys/tame.h>
#include <sys/domain.h>
#include <sys/pool.h>
diff --git a/sys/netinet6/in6_pcb.c b/sys/netinet6/in6_pcb.c
index 79d6947e006..d740d68481f 100644
--- a/sys/netinet6/in6_pcb.c
+++ b/sys/netinet6/in6_pcb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in6_pcb.c,v 1.72 2015/09/11 07:42:35 claudio Exp $ */
+/* $OpenBSD: in6_pcb.c,v 1.73 2015/09/11 08:22:31 guenther Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -109,6 +109,7 @@
#include <sys/errno.h>
#include <sys/time.h>
#include <sys/proc.h>
+#include <sys/tame.h>
#include <net/if.h>
#include <net/if_var.h>
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index 95fe0d6f458..63d736b18d3 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: proc.h,v 1.204 2015/08/22 20:18:50 deraadt Exp $ */
+/* $OpenBSD: proc.h,v 1.205 2015/09/11 08:22:31 guenther Exp $ */
/* $NetBSD: proc.h,v 1.44 1996/04/22 01:23:21 christos Exp $ */
/*-
@@ -47,7 +47,6 @@
#include <sys/timeout.h> /* For struct timeout */
#include <sys/event.h> /* For struct klist */
#include <sys/mutex.h> /* For struct mutex */
-#include <sys/tame.h>
#include <sys/resource.h> /* For struct rusage */
#include <machine/atomic.h>
@@ -85,6 +84,7 @@ struct exec_package;
struct proc;
struct ps_strings;
struct uvm_object;
+struct whitepaths;
union sigval;
struct emul {
diff --git a/sys/sys/syscall_mi.h b/sys/sys/syscall_mi.h
index 49391c28a55..0a945aabbdc 100644
--- a/sys/sys/syscall_mi.h
+++ b/sys/sys/syscall_mi.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: syscall_mi.h,v 1.8 2015/08/22 20:18:50 deraadt Exp $ */
+/* $OpenBSD: syscall_mi.h,v 1.9 2015/09/11 08:22:31 guenther Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993
@@ -34,6 +34,7 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
+#include <sys/tame.h>
#ifdef KTRACE
#include <sys/ktrace.h>