diff options
author | sobomax <sobomax@FreeBSD.org> | 2006-10-24 17:25:36 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2006-10-24 17:25:36 +0000 |
commit | 38302e0941108b4b22e737c3e0370ed86c9ebe75 (patch) | |
tree | 7d25678c2d705e1649e149d503d4a09a86db17e7 /sys/compat/freebsd32 | |
parent | 985beafaee6955fda87031fca2884863e383fd5c (diff) | |
download | FreeBSD-src-38302e0941108b4b22e737c3e0370ed86c9ebe75.zip FreeBSD-src-38302e0941108b4b22e737c3e0370ed86c9ebe75.tar.gz |
Regen.
Diffstat (limited to 'sys/compat/freebsd32')
-rw-r--r-- | sys/compat/freebsd32/freebsd32_proto.h | 52 | ||||
-rw-r--r-- | sys/compat/freebsd32/freebsd32_syscall.h | 2 | ||||
-rw-r--r-- | sys/compat/freebsd32/freebsd32_syscalls.c | 2 | ||||
-rw-r--r-- | sys/compat/freebsd32/freebsd32_sysent.c | 2 |
4 files changed, 4 insertions, 54 deletions
diff --git a/sys/compat/freebsd32/freebsd32_proto.h b/sys/compat/freebsd32/freebsd32_proto.h index e82dc0c..74365cf 100644 --- a/sys/compat/freebsd32/freebsd32_proto.h +++ b/sys/compat/freebsd32/freebsd32_proto.h @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.84 2006/10/24 13:49:44 rwatson Exp + * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.85 2006/10/24 17:24:11 sobomax Exp */ #ifndef _FREEBSD32_SYSPROTO_H_ @@ -298,38 +298,6 @@ struct freebsd32_umtx_unlock_args { struct freebsd32_thr_suspend_args { char timeout_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * timeout; char timeout_r_[PADR_(const struct timespec32 *)]; }; -struct audit_args { - char record_l_[PADL_(const void *)]; const void * record; char record_r_[PADR_(const void *)]; - char length_l_[PADL_(u_int)]; u_int length; char length_r_[PADR_(u_int)]; -}; -struct auditon_args { - char cmd_l_[PADL_(int)]; int cmd; char cmd_r_[PADR_(int)]; - char data_l_[PADL_(void *)]; void * data; char data_r_[PADR_(void *)]; - char length_l_[PADL_(u_int)]; u_int length; char length_r_[PADR_(u_int)]; -}; -struct getauid_args { - char auid_l_[PADL_(uid_t *)]; uid_t * auid; char auid_r_[PADR_(uid_t *)]; -}; -struct setauid_args { - char auid_l_[PADL_(uid_t *)]; uid_t * auid; char auid_r_[PADR_(uid_t *)]; -}; -struct getaudit_args { - char auditinfo_l_[PADL_(struct auditinfo *)]; struct auditinfo * auditinfo; char auditinfo_r_[PADR_(struct auditinfo *)]; -}; -struct setaudit_args { - char auditinfo_l_[PADL_(struct auditinfo *)]; struct auditinfo * auditinfo; char auditinfo_r_[PADR_(struct auditinfo *)]; -}; -struct getaudit_addr_args { - char auditinfo_addr_l_[PADL_(struct auditinfo_addr *)]; struct auditinfo_addr * auditinfo_addr; char auditinfo_addr_r_[PADR_(struct auditinfo_addr *)]; - char length_l_[PADL_(u_int)]; u_int length; char length_r_[PADR_(u_int)]; -}; -struct setaudit_addr_args { - char auditinfo_addr_l_[PADL_(struct auditinfo_addr *)]; struct auditinfo_addr * auditinfo_addr; char auditinfo_addr_r_[PADR_(struct auditinfo_addr *)]; - char length_l_[PADL_(u_int)]; u_int length; char length_r_[PADR_(u_int)]; -}; -struct auditctl_args { - char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)]; -}; struct freebsd32_umtx_op_args { char obj_l_[PADL_(void *)]; void * obj; char obj_r_[PADR_(void *)]; char op_l_[PADL_(int)]; int op; char op_r_[PADR_(int)]; @@ -392,15 +360,6 @@ int freebsd32_swapcontext(struct thread *, struct freebsd32_swapcontext_args *); int freebsd32_umtx_lock(struct thread *, struct freebsd32_umtx_lock_args *); int freebsd32_umtx_unlock(struct thread *, struct freebsd32_umtx_unlock_args *); int freebsd32_thr_suspend(struct thread *, struct freebsd32_thr_suspend_args *); -int audit(struct thread *, struct audit_args *); -int auditon(struct thread *, struct auditon_args *); -int getauid(struct thread *, struct getauid_args *); -int setauid(struct thread *, struct setauid_args *); -int getaudit(struct thread *, struct getaudit_args *); -int setaudit(struct thread *, struct setaudit_args *); -int getaudit_addr(struct thread *, struct getaudit_addr_args *); -int setaudit_addr(struct thread *, struct setaudit_addr_args *); -int auditctl(struct thread *, struct auditctl_args *); int freebsd32_umtx_op(struct thread *, struct freebsd32_umtx_op_args *); int freebsd32_thr_new(struct thread *, struct freebsd32_thr_new_args *); @@ -543,15 +502,6 @@ int freebsd4_freebsd32_sigreturn(struct thread *, struct freebsd4_freebsd32_sigr #define FREEBSD32_SYS_AUE_freebsd32_umtx_lock AUE_NULL #define FREEBSD32_SYS_AUE_freebsd32_umtx_unlock AUE_NULL #define FREEBSD32_SYS_AUE_freebsd32_thr_suspend AUE_NULL -#define FREEBSD32_SYS_AUE_audit AUE_AUDIT -#define FREEBSD32_SYS_AUE_auditon AUE_AUDITON -#define FREEBSD32_SYS_AUE_getauid AUE_GETAUID -#define FREEBSD32_SYS_AUE_setauid AUE_SETAUID -#define FREEBSD32_SYS_AUE_getaudit AUE_GETAUDIT -#define FREEBSD32_SYS_AUE_setaudit AUE_SETAUDIT -#define FREEBSD32_SYS_AUE_getaudit_addr AUE_GETAUDIT_ADDR -#define FREEBSD32_SYS_AUE_setaudit_addr AUE_SETAUDIT_ADDR -#define FREEBSD32_SYS_AUE_auditctl AUE_AUDITCTL #define FREEBSD32_SYS_AUE_freebsd32_umtx_op AUE_NULL #define FREEBSD32_SYS_AUE_freebsd32_thr_new AUE_NULL diff --git a/sys/compat/freebsd32/freebsd32_syscall.h b/sys/compat/freebsd32/freebsd32_syscall.h index 27a0c6d..297528f 100644 --- a/sys/compat/freebsd32/freebsd32_syscall.h +++ b/sys/compat/freebsd32/freebsd32_syscall.h @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.84 2006/10/24 13:49:44 rwatson Exp + * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.85 2006/10/24 17:24:11 sobomax Exp */ #define FREEBSD32_SYS_syscall 0 diff --git a/sys/compat/freebsd32/freebsd32_syscalls.c b/sys/compat/freebsd32/freebsd32_syscalls.c index 337873d..f156e27 100644 --- a/sys/compat/freebsd32/freebsd32_syscalls.c +++ b/sys/compat/freebsd32/freebsd32_syscalls.c @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.84 2006/10/24 13:49:44 rwatson Exp + * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.85 2006/10/24 17:24:11 sobomax Exp */ const char *freebsd32_syscallnames[] = { diff --git a/sys/compat/freebsd32/freebsd32_sysent.c b/sys/compat/freebsd32/freebsd32_sysent.c index 4c6aa45..b8994e8 100644 --- a/sys/compat/freebsd32/freebsd32_sysent.c +++ b/sys/compat/freebsd32/freebsd32_sysent.c @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.84 2006/10/24 13:49:44 rwatson Exp + * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.85 2006/10/24 17:24:11 sobomax Exp */ #include "opt_compat.h" |