summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-06-13 23:43:53 +0000
committerrwatson <rwatson@FreeBSD.org>2002-06-13 23:43:53 +0000
commit8ddeab67a544e02b6c4e0107439426fc1a9b8a0b (patch)
tree2f789f470b6aaa9ef065d15363c002d796f23007 /sys/kern
parent98c2077a11dcaa1ca3ecd40d5031caccf347b452 (diff)
downloadFreeBSD-src-8ddeab67a544e02b6c4e0107439426fc1a9b8a0b.zip
FreeBSD-src-8ddeab67a544e02b6c4e0107439426fc1a9b8a0b.tar.gz
Keep POSIX.1e capabilities system call placeholders, but remove definitions.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/syscalls.master12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 1a9e8b9..d8115fb 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -527,12 +527,12 @@
const struct kevent *changelist, int nchanges, \
struct kevent *eventlist, int nevents, \
const 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); }
+364 UNIMPL BSD __cap_get_proc
+365 UNIMPL BSD __cap_set_proc
+366 UNIMPL BSD __cap_get_fd
+367 UNIMPL BSD __cap_get_file
+368 UNIMPL BSD __cap_set_fd
+369 UNIMPL BSD __cap_set_file
370 NODEF NOHIDE lkmressys lkmressys nosys_args int
371 STD BSD { int extattr_set_fd(int fd, int attrnamespace, \
const char *attrname, void *data, \
OpenPOWER on IntegriCloud