Remove prototype for child_return().

This commit is contained in:
John Baldwin 2001-01-24 22:00:13 +00:00
parent 2a36ec35ae
commit 29d3cf45a7

View File

@ -154,7 +154,6 @@ void alpha_fpstate_switch __P((struct proc *p));
void ast __P((struct trapframe *));
int badaddr __P((void *, size_t));
int badaddr_read __P((void *, size_t, void *));
void child_return __P((struct proc *p));
u_int64_t console_restart __P((u_int64_t, u_int64_t, u_int64_t));
void dumpconf __P((void));
void exception_return __P((void)); /* MAGIC */