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/hp300 | |
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/hp300')
-rw-r--r-- | sys/arch/hp300/hp300/sys_machdep.c | 3 | ||||
-rw-r--r-- | sys/arch/hp300/hp300/vm_machdep.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/hp300/hp300/sys_machdep.c b/sys/arch/hp300/hp300/sys_machdep.c index d8a5a99f233..de730e066ab 100644 --- a/sys/arch/hp300/hp300/sys_machdep.c +++ b/sys/arch/hp300/hp300/sys_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sys_machdep.c,v 1.5 1997/07/06 08:02:08 downsj Exp $ */ +/* $OpenBSD: sys_machdep.c,v 1.6 2000/06/08 22:25:18 niklas Exp $ */ /* $NetBSD: sys_machdep.c,v 1.17 1997/05/19 10:15:00 veego Exp $ */ /* @@ -44,6 +44,7 @@ #include <sys/file.h> #include <sys/time.h> #include <sys/proc.h> +#include <sys/signalvar.h> #include <sys/uio.h> #include <sys/kernel.h> #include <sys/mtio.h> diff --git a/sys/arch/hp300/hp300/vm_machdep.c b/sys/arch/hp300/hp300/vm_machdep.c index 32c00e44189..bbfa8c655bf 100644 --- a/sys/arch/hp300/hp300/vm_machdep.c +++ b/sys/arch/hp300/hp300/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.15 2000/06/05 11:02:57 art Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.16 2000/06/08 22:25:18 niklas Exp $ */ /* $NetBSD: vm_machdep.c,v 1.37 1997/05/26 00:27:43 thorpej Exp $ */ /* @@ -46,6 +46,7 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> +#include <sys/signalvar.h> #include <sys/malloc.h> #include <sys/buf.h> #include <sys/vnode.h> |