GC unused prototype of ptrace_write_u().

Forgotten by:	peter
This commit is contained in:
John Baldwin 2001-08-21 13:41:46 +00:00
parent 5c6a35107b
commit d721b5de59

View File

@ -57,7 +57,6 @@
#ifdef _KERNEL
int ptrace_set_pc __P((struct proc *p, unsigned long addr));
int ptrace_single_step __P((struct proc *p));
int ptrace_write_u __P((struct proc *p, vm_offset_t off, long data));
#else /* !_KERNEL */
#include <sys/cdefs.h>