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
This commit is contained in:
kensmith 2004-07-13 16:11:04 +00:00
parent 355a8ec494
commit dd1ef5c5aa

View File

@ -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