diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-06-08 22:25:25 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-06-08 22:25:25 +0000 |
commit | 6fb07659ffb545664e69505a274afe12197cee57 (patch) | |
tree | b74941814ee878a43894f41396dbf10fd7108141 /sys/arch/vax | |
parent | 000bb8a6d5a8420c2963639ba7cfa9b052e1e300 (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/vax')
-rw-r--r-- | sys/arch/vax/vax/machdep.c | 3 | ||||
-rw-r--r-- | sys/arch/vax/vax/vm_machdep.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/vax/vax/machdep.c b/sys/arch/vax/vax/machdep.c index d2e40783bdc..a8cd6f094b9 100644 --- a/sys/arch/vax/vax/machdep.c +++ b/sys/arch/vax/vax/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.23 2000/04/30 10:23:34 bjc Exp $ */ +/* $OpenBSD: machdep.c,v 1.24 2000/06/08 22:25:23 niklas Exp $ */ /* $NetBSD: machdep.c,v 1.96 2000/03/19 14:56:53 ragge Exp $ */ /* @@ -51,6 +51,7 @@ #include <sys/systm.h> #include <sys/map.h> #include <sys/proc.h> +#include <sys/signalvar.h> #include <sys/user.h> #include <sys/time.h> #include <sys/kernel.h> diff --git a/sys/arch/vax/vax/vm_machdep.c b/sys/arch/vax/vax/vm_machdep.c index 2bfc0fe52f1..e9805a9a0a4 100644 --- a/sys/arch/vax/vax/vm_machdep.c +++ b/sys/arch/vax/vax/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.16 2000/04/27 01:10:14 bjc Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.17 2000/06/08 22:25:23 niklas Exp $ */ /* $NetBSD: vm_machdep.c,v 1.56 2000/01/20 22:19:00 sommerfeld Exp $ */ /* @@ -35,6 +35,7 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> +#include <sys/signalvar.h> #include <sys/user.h> #include <sys/exec.h> #include <sys/vnode.h> |