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:
jhb 2013-09-12 18:01:13 +00:00
parent d31f6d6b64
commit e0689d5d63

View File

@ -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