Fix the type of the idtype argument to wait6() in syscalls.master.
(Accidentally missed this in the previous commit) Approved by: re (kib) MFC after: 1 week
This commit is contained in:
parent
d31f6d6b64
commit
e0689d5d63
@ -156,7 +156,8 @@ s/\$//g
|
||||
printf "#include <sys/cpuset.h>\n" > sysarg
|
||||
printf "#include <sys/_ffcounter.h>\n" > sysarg
|
||||
printf "#include <sys/_semaphore.h>\n" > sysarg
|
||||
printf "#include <sys/ucontext.h>\n\n" > sysarg
|
||||
printf "#include <sys/ucontext.h>\n" > sysarg
|
||||
printf "#include <sys/wait.h>\n\n" > sysarg
|
||||
printf "#include <bsm/audit_kevents.h>\n\n" > sysarg
|
||||
printf "struct proc;\n\n" > sysarg
|
||||
printf "struct thread;\n\n" > sysarg
|
||||
|
Loading…
x
Reference in New Issue
Block a user