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 /sys/arch/hppa | |
parent | 1dd84a25b1a92d08d61f96ccde034e2f31c20889 (diff) |
Nuke leftover references to procfs_mem.h.
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/hppa/trap.c | 3 |
1 files changed, 1 insertions, 2 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 |