diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-12 18:59:05 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-12 18:59:05 +0000 |
commit | 0ccdf17f17e3a35ce19bebcaab66ce44d47dd4ce (patch) | |
tree | 03d54b17f2fb0fc1417d5bee234ca27d55a7068c | |
parent | 1dd84a25b1a92d08d61f96ccde034e2f31c20889 (diff) |
Nuke leftover references to procfs_mem.h.
-rw-r--r-- | sys/arch/hppa/hppa/trap.c | 3 | ||||
-rw-r--r-- | sys/arch/mips64/mips64/trap.c | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sys/arch/hppa/hppa/trap.c b/sys/arch/hppa/hppa/trap.c index ab0e6b8a4c1..f54757ea251 100644 --- a/sys/arch/hppa/hppa/trap.c +++ b/sys/arch/hppa/hppa/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.92 2005/12/11 21:30:30 miod Exp $ */ +/* $OpenBSD: trap.c,v 1.93 2005/12/12 18:59:02 miod Exp $ */ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -53,7 +53,6 @@ #endif #ifdef PTRACE -#include <miscfs/procfs/procfs.h> void ss_clear_breakpoints(struct proc *p); #endif diff --git a/sys/arch/mips64/mips64/trap.c b/sys/arch/mips64/mips64/trap.c index 0047dc01377..77ce244be58 100644 --- a/sys/arch/mips64/mips64/trap.c +++ b/sys/arch/mips64/mips64/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.27 2005/12/11 21:30:30 miod Exp $ */ +/* $OpenBSD: trap.c,v 1.28 2005/12/12 18:59:04 miod Exp $ */ /* tracked to 1.23 */ /* @@ -60,8 +60,10 @@ #ifdef KTRACE #include <sys/ktrace.h> #endif +#ifdef PTRACE +#include <sys/ptrace.h> +#endif #include <net/netisr.h> -#include <miscfs/procfs/procfs.h> #include <uvm/uvm_extern.h> |