summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2000-01-19 06:02:31 +0000
committerrwatson <rwatson@FreeBSD.org>2000-01-19 06:02:31 +0000
commit3a39a81644a761a64e6735bf717968c79870394b (patch)
tree2038dd8f525f9674d9768312bc60de96c4531a04 /sys/kern/syscalls.c
parente6adc4e6db00b10c461bf5c29585a38ce85daf55 (diff)
downloadFreeBSD-src-3a39a81644a761a64e6735bf717968c79870394b.zip
FreeBSD-src-3a39a81644a761a64e6735bf717968c79870394b.tar.gz
Fix bde'isms in acl/extattr syscall interface, renaming syscalls to
prettier (?) names, adding some const's around here, et al. Commit 2 out of 3. Reviewed by: bde
Diffstat (limited to 'sys/kern/syscalls.c')
-rw-r--r--sys/kern/syscalls.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 0f3fa4c..f4afc98 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/kern/syscalls.master,v 1.71 2000/01/16 16:30:50 peter Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.72 2000/01/19 06:01:07 rwatson Exp
*/
char *syscallnames[] = {
@@ -354,14 +354,14 @@ char *syscallnames[] = {
"sigreturn", /* 344 = sigreturn */
"#345", /* 345 = sigtimedwait */
"#346", /* 346 = sigwaitinfo */
- "acl_syscall_get_file", /* 347 = acl_syscall_get_file */
- "acl_syscall_set_file", /* 348 = acl_syscall_set_file */
- "acl_syscall_get_fd", /* 349 = acl_syscall_get_fd */
- "acl_syscall_set_fd", /* 350 = acl_syscall_set_fd */
- "acl_syscall_delete_file", /* 351 = acl_syscall_delete_file */
- "acl_syscall_delete_fd", /* 352 = acl_syscall_delete_fd */
- "acl_syscall_aclcheck_file", /* 353 = acl_syscall_aclcheck_file */
- "acl_syscall_aclcheck_fd", /* 354 = acl_syscall_aclcheck_fd */
+ "__acl_get_file", /* 347 = __acl_get_file */
+ "__acl_set_file", /* 348 = __acl_set_file */
+ "__acl_get_fd", /* 349 = __acl_get_fd */
+ "__acl_set_fd", /* 350 = __acl_set_fd */
+ "__acl_delete_file", /* 351 = __acl_delete_file */
+ "__acl_delete_fd", /* 352 = __acl_delete_fd */
+ "__acl_aclcheck_file", /* 353 = __acl_aclcheck_file */
+ "__acl_aclcheck_fd", /* 354 = __acl_aclcheck_fd */
"extattrctl", /* 355 = extattrctl */
"extattr_set_file", /* 356 = extattr_set_file */
"extattr_get_file", /* 357 = extattr_get_file */
OpenPOWER on IntegriCloud