summaryrefslogtreecommitdiffstats
path: root/sys/pc98/i386/machdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pc98/i386/machdep.c')
-rw-r--r--sys/pc98/i386/machdep.c3
1 files changed, 2 insertions, 1 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;
OpenPOWER on IntegriCloud