diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-14 06:04:12 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-14 06:04:12 +0000 |
commit | 50aefd34a9b151f57aa0a541ca4600e9269c8290 (patch) | |
tree | 89376bedebd14aec6e501460ed4e78092d85adb6 /sys | |
parent | c0ab4e97ed5d514d5a2d2812641d9add29613762 (diff) |
this mod has nothing to do w/ ptrace option addition, did not even compile
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/alpha/process_machdep.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/sys/arch/alpha/alpha/process_machdep.c b/sys/arch/alpha/alpha/process_machdep.c index 5de30a17b88..ed6817e9bcd 100644 --- a/sys/arch/alpha/alpha/process_machdep.c +++ b/sys/arch/alpha/alpha/process_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: process_machdep.c,v 1.7 2002/03/14 00:42:20 miod Exp $ */ +/* $OpenBSD: process_machdep.c,v 1.8 2002/03/14 06:04:11 mickey Exp $ */ /* $NetBSD: process_machdep.c,v 1.7 1996/07/11 20:14:21 cgd Exp $ */ /*- @@ -138,18 +138,6 @@ process_write_regs(p, regs) } int -process_sstep(p, sstep) - struct proc *p; - int sstep; -{ - - if (sstep) - return (EINVAL); - - return (0); -} - -int process_set_pc(p, addr) struct proc *p; caddr_t addr; |