summaryrefslogtreecommitdiffstats
path: root/sys/kern/makesyscalls.sh
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2006-11-11 16:26:58 +0000
committertrhodes <trhodes@FreeBSD.org>2006-11-11 16:26:58 +0000
commit58cca8458a944de5b59a86ec54e14d209a9ec365 (patch)
tree662fae3cb386b3fef99fe533a5744acfbb9353ad /sys/kern/makesyscalls.sh
parent2d45fdc2442208a8507360346e65129e7a557b7c (diff)
downloadFreeBSD-src-58cca8458a944de5b59a86ec54e14d209a9ec365.zip
FreeBSD-src-58cca8458a944de5b59a86ec54e14d209a9ec365.tar.gz
Merge posix4/* into normal kernel hierarchy.
Reviewed by: glanced at by jhb Approved by: silence on -arch@ and -standards@
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 70cccb1..631d214 100644
--- a/sys/kern/makesyscalls.sh
+++ b/sys/kern/makesyscalls.sh
@@ -125,7 +125,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 <posix4/_semaphore.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
printf "struct proc;\n\n" > sysarg
OpenPOWER on IntegriCloud