diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2000-07-13 20:31:24 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2000-07-13 20:31:24 +0000 |
| commit | 92eebb8a9bf93e0054ca8802b186723e04d6fdba (patch) | |
| tree | 900bc70e705c299e5aca52b03c80cccdf7b73ed6 /sys/kern/syscalls.master | |
| parent | 73acacf4ca1c7bbc84b34f9524eb5c733104294a (diff) | |
Notes
Diffstat (limited to 'sys/kern/syscalls.master')
| -rw-r--r-- | sys/kern/syscalls.master | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index eb4fd587685af..bc9cfb6b233c6 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -522,3 +522,7 @@ struct timespec *timeout); } 364 STD BSD { int __cap_get_proc(struct cap *cap_p); } 365 STD BSD { int __cap_set_proc(struct cap *cap_p); } +366 STD BSD { int __cap_get_fd(int fd, struct cap *cap_p); } +367 STD BSD { int __cap_get_file(const char *path_p, struct cap *cap_p); } +368 STD BSD { int __cap_set_fd(int fd, struct cap *cap_p); } +369 STD BSD { int __cap_set_file(const char *path_p, struct cap *cap_p); } |
