summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/i386/machdep.c3
-rw-r--r--sys/pc98/pc98/machdep.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c
index 03d681d..e5319dd 100644
--- a/sys/pc98/i386/machdep.c
+++ b/sys/pc98/i386/machdep.c
@@ -55,6 +55,7 @@
#include <sys/systm.h>
#include <sys/sysproto.h>
#include <sys/signalvar.h>
+#include <sys/imgact.h>
#include <sys/kernel.h>
#include <sys/ktr.h>
#include <sys/linker.h>
@@ -842,7 +843,7 @@ cpu_idle(void)
* Clear registers on exec
*/
void
-setregs(td, entry, stack, ps_strings)
+exec_setregs(td, entry, stack, ps_strings)
struct thread *td;
u_long entry;
u_long stack;
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c
index 03d681d..e5319dd 100644
--- a/sys/pc98/pc98/machdep.c
+++ b/sys/pc98/pc98/machdep.c
@@ -55,6 +55,7 @@
#include <sys/systm.h>
#include <sys/sysproto.h>
#include <sys/signalvar.h>
+#include <sys/imgact.h>
#include <sys/kernel.h>
#include <sys/ktr.h>
#include <sys/linker.h>
@@ -842,7 +843,7 @@ cpu_idle(void)
* Clear registers on exec
*/
void
-setregs(td, entry, stack, ps_strings)
+exec_setregs(td, entry, stack, ps_strings)
struct thread *td;
u_long entry;
u_long stack;
OpenPOWER on IntegriCloud