summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2000-06-08 22:25:25 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2000-06-08 22:25:25 +0000
commit6fb07659ffb545664e69505a274afe12197cee57 (patch)
treeb74941814ee878a43894f41396dbf10fd7108141 /sys/arch/powerpc
parent000bb8a6d5a8420c2963639ba7cfa9b052e1e300 (diff)
Add explicit inclusions of signalvar.h to files actually using syms defined
there but relying on an indirect inclusion
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r--sys/arch/powerpc/powerpc/machdep.c3
-rw-r--r--sys/arch/powerpc/powerpc/trap.c3
-rw-r--r--sys/arch/powerpc/powerpc/vm_machdep.c3
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/arch/powerpc/powerpc/machdep.c b/sys/arch/powerpc/powerpc/machdep.c
index d2f60b2e232..7fe2e3727a2 100644
--- a/sys/arch/powerpc/powerpc/machdep.c
+++ b/sys/arch/powerpc/powerpc/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.41 2000/05/02 02:58:53 rahnds Exp $ */
+/* $OpenBSD: machdep.c,v 1.42 2000/06/08 22:25:22 niklas Exp $ */
/* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */
/*
@@ -43,6 +43,7 @@
#include <sys/mount.h>
#include <sys/msgbuf.h>
#include <sys/proc.h>
+#include <sys/signalvar.h>
#include <sys/reboot.h>
#include <sys/syscallargs.h>
#include <sys/syslog.h>
diff --git a/sys/arch/powerpc/powerpc/trap.c b/sys/arch/powerpc/powerpc/trap.c
index d6fa8189f0d..4eb90b9ce7d 100644
--- a/sys/arch/powerpc/powerpc/trap.c
+++ b/sys/arch/powerpc/powerpc/trap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.c,v 1.17 2000/03/20 07:05:53 rahnds Exp $ */
+/* $OpenBSD: trap.c,v 1.18 2000/06/08 22:25:22 niklas Exp $ */
/* $NetBSD: trap.c,v 1.3 1996/10/13 03:31:37 christos Exp $ */
/*
@@ -33,6 +33,7 @@
*/
#include <sys/param.h>
#include <sys/proc.h>
+#include <sys/signalvar.h>
#include <sys/reboot.h>
#include <sys/syscall.h>
#include <sys/systm.h>
diff --git a/sys/arch/powerpc/powerpc/vm_machdep.c b/sys/arch/powerpc/powerpc/vm_machdep.c
index df840c21577..c770338a703 100644
--- a/sys/arch/powerpc/powerpc/vm_machdep.c
+++ b/sys/arch/powerpc/powerpc/vm_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vm_machdep.c,v 1.12 2000/06/05 11:03:04 art Exp $ */
+/* $OpenBSD: vm_machdep.c,v 1.13 2000/06/08 22:25:22 niklas Exp $ */
/* $NetBSD: vm_machdep.c,v 1.1 1996/09/30 16:34:57 ws Exp $ */
/*
@@ -35,6 +35,7 @@
#include <sys/core.h>
#include <sys/exec.h>
#include <sys/proc.h>
+#include <sys/signalvar.h>
#include <sys/user.h>
#include <sys/vnode.h>