summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysproto.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-06-13 23:44:50 +0000
committerrwatson <rwatson@FreeBSD.org>2002-06-13 23:44:50 +0000
commitc281a7f80e76fd5e3261452019f327acbe55e237 (patch)
tree67f4d1f4e282948f2995ede30961ec8e43936858 /sys/sys/sysproto.h
parent8ddeab67a544e02b6c4e0107439426fc1a9b8a0b (diff)
downloadFreeBSD-src-c281a7f80e76fd5e3261452019f327acbe55e237.zip
FreeBSD-src-c281a7f80e76fd5e3261452019f327acbe55e237.tar.gz
Regen.
Diffstat (limited to 'sys/sys/sysproto.h')
-rw-r--r--sys/sys/sysproto.h30
1 files changed, 1 insertions, 29 deletions
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index 57c6b7f..8166e1b 100644
--- a/sys/sys/sysproto.h
+++ b/sys/sys/sysproto.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/kern/syscalls.master,v 1.112 2002/05/28 05:58:06 marcel Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.113 2002/06/13 23:43:53 rwatson Exp
*/
#ifndef _SYS_SYSPROTO_H_
@@ -1032,28 +1032,6 @@ struct kevent_args {
char nevents_l_[PADL_(int)]; int nevents; char nevents_r_[PADR_(int)];
char timeout_l_[PADL_(const struct timespec *)]; const struct timespec * timeout; char timeout_r_[PADR_(const struct timespec *)];
};
-struct __cap_get_proc_args {
- char cap_p_l_[PADL_(struct cap *)]; struct cap * cap_p; char cap_p_r_[PADR_(struct cap *)];
-};
-struct __cap_set_proc_args {
- char cap_p_l_[PADL_(struct cap *)]; struct cap * cap_p; char cap_p_r_[PADR_(struct cap *)];
-};
-struct __cap_get_fd_args {
- char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
- char cap_p_l_[PADL_(struct cap *)]; struct cap * cap_p; char cap_p_r_[PADR_(struct cap *)];
-};
-struct __cap_get_file_args {
- char path_p_l_[PADL_(const char *)]; const char * path_p; char path_p_r_[PADR_(const char *)];
- char cap_p_l_[PADL_(struct cap *)]; struct cap * cap_p; char cap_p_r_[PADR_(struct cap *)];
-};
-struct __cap_set_fd_args {
- char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
- char cap_p_l_[PADL_(struct cap *)]; struct cap * cap_p; char cap_p_r_[PADR_(struct cap *)];
-};
-struct __cap_set_file_args {
- char path_p_l_[PADL_(const char *)]; const char * path_p; char path_p_r_[PADR_(const char *)];
- char cap_p_l_[PADL_(struct cap *)]; struct cap * cap_p; char cap_p_r_[PADR_(struct cap *)];
-};
struct extattr_set_fd_args {
char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
char attrnamespace_l_[PADL_(int)]; int attrnamespace; char attrnamespace_r_[PADR_(int)];
@@ -1349,12 +1327,6 @@ int getresuid(struct thread *, struct getresuid_args *);
int getresgid(struct thread *, struct getresgid_args *);
int kqueue(struct thread *, struct kqueue_args *);
int kevent(struct thread *, struct kevent_args *);
-int __cap_get_proc(struct thread *, struct __cap_get_proc_args *);
-int __cap_set_proc(struct thread *, struct __cap_set_proc_args *);
-int __cap_get_fd(struct thread *, struct __cap_get_fd_args *);
-int __cap_get_file(struct thread *, struct __cap_get_file_args *);
-int __cap_set_fd(struct thread *, struct __cap_set_fd_args *);
-int __cap_set_file(struct thread *, struct __cap_set_file_args *);
int lkmressys(struct thread *, struct nosys_args *);
int extattr_set_fd(struct thread *, struct extattr_set_fd_args *);
int extattr_get_fd(struct thread *, struct extattr_get_fd_args *);
OpenPOWER on IntegriCloud