fork: ansify sys_pdfork

No functional changes.
This commit is contained in:
mjg 2016-02-06 09:01:03 +00:00
parent 226a73a286
commit 8d5e31f3ba

View File

@ -117,9 +117,7 @@ sys_fork(struct thread *td, struct fork_args *uap)
/* ARGUSED */
int
sys_pdfork(td, uap)
struct thread *td;
struct pdfork_args *uap;
sys_pdfork(struct thread *td, struct pdfork_args *uap)
{
struct fork_req fr;
int error, fd, pid;