summaryrefslogtreecommitdiffstats
path: root/sys/kern/makesyscalls.sh
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2008-03-25 09:11:53 +0000
committerru <ru@FreeBSD.org>2008-03-25 09:11:53 +0000
commit4feaeed265cdcf81445678e2f9468458e440cd5f (patch)
tree6648bfd3e3d0d414078c196b5faa15196cdf3f60 /sys/kern/makesyscalls.sh
parent59900e5206efb55f5382482d47a2f300d8a2b972 (diff)
downloadFreeBSD-src-4feaeed265cdcf81445678e2f9468458e440cd5f.zip
FreeBSD-src-4feaeed265cdcf81445678e2f9468458e440cd5f.tar.gz
Fixed type of the fourth argument of cpuset_{get,set}affinity(2) to be size_t.
Prodded by: davidxu
Diffstat (limited to 'sys/kern/makesyscalls.sh')
-rw-r--r--sys/kern/makesyscalls.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/makesyscalls.sh b/sys/kern/makesyscalls.sh
index 6a0967d4..e8722ab 100644
--- a/sys/kern/makesyscalls.sh
+++ b/sys/kern/makesyscalls.sh
@@ -132,6 +132,7 @@ s/\$//g
printf "#define\t%s\n\n", sysproto_h > sysarg
printf "#include <sys/signal.h>\n" > sysarg
printf "#include <sys/acl.h>\n" > sysarg
+ printf "#include <sys/cpuset.h>\n" > sysarg
printf "#include <sys/_semaphore.h>\n" > sysarg
printf "#include <sys/ucontext.h>\n\n" > sysarg
printf "#include <bsm/audit_kevents.h>\n\n" > sysarg
@@ -488,7 +489,6 @@ s/\$//g
if (ncompat != 0 || ncompat4 != 0 || ncompat6 != 0)
printf "#include \"opt_compat.h\"\n\n" > syssw
- printf "#include \<bsm/audit_kevents.h\>\n" > syssw
if (ncompat != 0) {
printf "\n#ifdef %s\n", compat > sysinc
OpenPOWER on IntegriCloud