summaryrefslogtreecommitdiffstats
path: root/sys/i386/i386/machdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/i386/machdep.c')
-rw-r--r--sys/i386/i386/machdep.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c
index 308d319..13e8b0a 100644
--- a/sys/i386/i386/machdep.c
+++ b/sys/i386/i386/machdep.c
@@ -710,19 +710,10 @@ sigreturn(td, uap)
} */ *uap;
{
struct proc *p = td->td_proc;
- struct osigcontext *oscp;
- struct osigreturn_args *ouap;
struct trapframe *regs;
ucontext_t *ucp;
int cs, eflags;
-#ifdef COMPAT_43
- ouap = (struct osigreturn_args *)uap;
- oscp = ouap->sigcntxp;
- if (fuword(&oscp->sc_trapno) == 0x01d516)
- return (osigreturn(td, ouap));
-#endif
-
ucp = uap->sigcntxp;
if (!useracc((caddr_t)ucp, sizeof(*ucp), VM_PROT_READ))
return (EFAULT);
OpenPOWER on IntegriCloud