diff options
author | 2002-03-14 06:04:11 +0000 | |
---|---|---|
committer | 2002-03-14 06:04:11 +0000 | |
commit | a15d7146fb23ad6555f1638eb7565ba3e9731229 (patch) | |
tree | 3d17c49b599936d9f42b32868ca952e6ae8e66a3 | |
parent | initialized data cannot be common, dunno how it compiled before (diff) | |
download | wireguard-openbsd-a15d7146fb23ad6555f1638eb7565ba3e9731229.tar.xz wireguard-openbsd-a15d7146fb23ad6555f1638eb7565ba3e9731229.zip |
this mod has nothing to do w/ ptrace option addition, did not even compile
-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; |