From a71c43dd2b9d6dc03404dee05e94bd9b9ea63a89 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 21 Aug 2001 13:42:39 +0000 Subject: Protect prototype of ptrace_clear_single_step() with #ifdef _KERNEL/#endif. Requested by: bde --- sys/alpha/include/ptrace.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/alpha/include') diff --git a/sys/alpha/include/ptrace.h b/sys/alpha/include/ptrace.h index 1fa28f760fcaa..5a9cf14921247 100644 --- a/sys/alpha/include/ptrace.h +++ b/sys/alpha/include/ptrace.h @@ -47,6 +47,8 @@ #define FIX_SSTEP(p) ptrace_clear_single_step(p) +#ifdef _KERNEL int ptrace_clear_single_step(struct proc *_p); +#endif #endif -- cgit v1.3