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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c
index aeb61c9..63a24ff 100644
--- a/sys/pc98/i386/machdep.c
+++ b/sys/pc98/i386/machdep.c
@@ -600,7 +600,6 @@ sendsig(catcher, sig, mask, code)
* make sure that the user has not modified the
* state to gain improper privileges.
*/
-#ifdef COMPAT_43
int
osigreturn(td, uap)
struct thread *td;
@@ -711,7 +710,6 @@ osigreturn(td, uap)
regs->tf_eflags = eflags;
return (EJUSTRETURN);
}
-#endif
int
sigreturn(td, uap)
OpenPOWER on IntegriCloud