summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2004-07-13 16:11:04 +0000
committerkensmith <kensmith@FreeBSD.org>2004-07-13 16:11:04 +0000
commitdd1ef5c5aa2f87da64d5e9468d64b6a24ad2e9c9 (patch)
tree08175fde736d5908b8aa88d6d983b4849b716512
parent355a8ec49460b1417c4b242f64a7b6c04922f783 (diff)
downloadFreeBSD-src-dd1ef5c5aa2f87da64d5e9468d64b6a24ad2e9c9.zip
FreeBSD-src-dd1ef5c5aa2f87da64d5e9468d64b6a24ad2e9c9.tar.gz
Rev 1.24 of sys/ptrace.h adds ptrace_clear_single_step() prototype
definition so this one causes "redundant declaration" error and breaks Alpha kernel build. Reviewed by: gallatin@ and test build on beast
-rw-r--r--sys/alpha/include/ptrace.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/alpha/include/ptrace.h b/sys/alpha/include/ptrace.h
index 2f62a56..7f74278 100644
--- a/sys/alpha/include/ptrace.h
+++ b/sys/alpha/include/ptrace.h
@@ -35,7 +35,6 @@
#ifdef _KERNEL
#define FIX_SSTEP(p) ptrace_clear_single_step(p)
-int ptrace_clear_single_step(struct thread *_p);
#endif
#endif
OpenPOWER on IntegriCloud