From 821a548da75eefa18540bb668624292c4408fd33 Mon Sep 17 00:00:00 2001 From: jake Date: Thu, 29 Aug 2002 06:17:48 +0000 Subject: Renamed poorly named setregs to exec_setregs. Moved its prototype to imgact.h with the other exec support functions. --- sys/pc98/i386/machdep.c | 3 ++- sys/pc98/pc98/machdep.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/pc98') 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 #include #include +#include #include #include #include @@ -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 #include #include +#include #include #include #include @@ -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; -- cgit v1.1