diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2001-03-19 05:44:15 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2001-03-19 05:44:15 +0000 |
| commit | 3063207147ec11ca538dd8313af5447b965669ef (patch) | |
| tree | ad6842c6374db2386729bc3b42e03e279f9687e9 /sys/kern/syscalls.master | |
| parent | d51048c93b51a6811343d87d9db9c771a4496347 (diff) | |
Notes
Diffstat (limited to 'sys/kern/syscalls.master')
| -rw-r--r-- | sys/kern/syscalls.master | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 6e834d46d4d1d..4130ff635fd13 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -508,16 +508,16 @@ 354 STD BSD { int __acl_aclcheck_fd(int filedes, acl_type_t type, \ struct acl *aclp); } 355 STD BSD { int extattrctl(const char *path, int cmd, \ - const char *filename, int namespace, \ + const char *filename, int attrnamespace, \ const char *attrname); } 356 STD BSD { int extattr_set_file(const char *path, \ - int namespace, const char *attrname, \ + int attrnamespace, const char *attrname, \ struct iovec *iovp, unsigned iovcnt); } 357 STD BSD { int extattr_get_file(const char *path, \ - int namespace, const char *attrname, \ + int attrnamespace, const char *attrname, \ struct iovec *iovp, unsigned iovcnt); } 358 STD BSD { int extattr_delete_file(const char *path, \ - int namespace, const char *attrname); } + int attrnamespace, const char *attrname); } 359 STD BSD { int aio_waitcomplete(struct aiocb **aiocbp, struct timespec *timeout); } 360 STD BSD { int getresuid(uid_t *ruid, uid_t *euid, uid_t *suid); } 361 STD BSD { int getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid); } |
