From c281a7f80e76fd5e3261452019f327acbe55e237 Mon Sep 17 00:00:00 2001 From: rwatson Date: Thu, 13 Jun 2002 23:44:50 +0000 Subject: Regen. --- sys/sys/sysproto.h | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) (limited to 'sys/sys/sysproto.h') 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 *); -- cgit v1.1