From 4b6baecfc724bac12be9de99924e828b1e68046e Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 19 Dec 1999 06:08:07 +0000 Subject: Second pass commit to introduce new ACL and Extended Attribute system calls, vnops, vfsops, both in /kern, and to individual file systems that require a vfsop_ array entry. Reviewed by: eivind --- sys/kern/makesyscalls.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/kern/makesyscalls.sh') diff --git a/sys/kern/makesyscalls.sh b/sys/kern/makesyscalls.sh index f8e2726..bdbd5c6 100644 --- a/sys/kern/makesyscalls.sh +++ b/sys/kern/makesyscalls.sh @@ -112,6 +112,7 @@ s/\$//g printf "#ifndef %s\n", sysproto_h > sysarg printf "#define\t%s\n\n", sysproto_h > sysarg printf "#include \n\n" > sysarg + printf "#include \n\n" > sysarg printf "struct proc;\n\n" > sysarg printf "#define\tPAD_(t)\t(sizeof(register_t) <= sizeof(t) ? \\\n" > sysarg printf "\t\t0 : sizeof(register_t) - sizeof(t))\n\n" > sysarg -- cgit v1.1