fork: ansify sys_pdfork

No functional changes.
This commit is contained in:
Mateusz Guzik 2016-02-06 09:01:03 +00:00
parent be484a1255
commit 0c829a301d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295347

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;