summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2013-09-12 18:01:13 +0000
committerjhb <jhb@FreeBSD.org>2013-09-12 18:01:13 +0000
commite0689d5d63353fcee2c986b72c0d25c5fd2735c2 (patch)
tree73126b15b0efe6d09a1c6803dab26418af0ed5c1
parentd31f6d6b644400ff8f38ad576d9738fbabebc4a5 (diff)
downloadFreeBSD-src-e0689d5d63353fcee2c986b72c0d25c5fd2735c2.zip
FreeBSD-src-e0689d5d63353fcee2c986b72c0d25c5fd2735c2.tar.gz
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
-rw-r--r--sys/kern/makesyscalls.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/makesyscalls.sh b/sys/kern/makesyscalls.sh
index 21e6046..4345e86 100644
--- a/sys/kern/makesyscalls.sh
+++ b/sys/kern/makesyscalls.sh
@@ -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
OpenPOWER on IntegriCloud