diff options
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/powerpc/machdep.c | 3 | ||||
-rw-r--r-- | sys/arch/powerpc/powerpc/trap.c | 3 | ||||
-rw-r--r-- | sys/arch/powerpc/powerpc/vm_machdep.c | 3 |
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> |