summaryrefslogtreecommitdiffstats
path: root/sys/kern/makesyscalls.sh
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1994-08-26 09:33:37 +0000
committersos <sos@FreeBSD.org>1994-08-26 09:33:37 +0000
commit970f32f7027f48f9da8a4aa9425dfb453d125259 (patch)
tree1dfdaa2d367a4123c948e53f5393d5d45170aaa1 /sys/kern/makesyscalls.sh
parent89c704fc474d823e3762315413494d15a2b13ada (diff)
downloadFreeBSD-src-970f32f7027f48f9da8a4aa9425dfb453d125259.zip
FreeBSD-src-970f32f7027f48f9da8a4aa9425dfb453d125259.tar.gz
Oops didn't check that init_sysent.c was generated proberly. Fixed.
Reviewed by: Submitted by:
Diffstat (limited to 'sys/kern/makesyscalls.sh')
-rw-r--r--sys/kern/makesyscalls.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/makesyscalls.sh b/sys/kern/makesyscalls.sh
index 51fd760..76df7d1 100644
--- a/sys/kern/makesyscalls.sh
+++ b/sys/kern/makesyscalls.sh
@@ -51,8 +51,8 @@ awk < $1 "
NR == 1 {
printf " * created from%s\n */\n\n", $0 > sysdcl
printf "#include <sys/param.h>\n" > sysdcl
- printf "#include <sys/systm.h>\n\n" > sysdcl
- printf "int\tnosys();\n\n" > sysdcl
+ printf "#include <sys/systm.h>\n" > sysdcl
+ printf "#include <sys/sysent.h>\n\n" > sysdcl
printf "struct sysent sysent[] = {\n" > sysent
OpenPOWER on IntegriCloud