mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
sysent: regenerate
This commit is contained in:
parent
8494666658
commit
e6f760f0e8
4 changed files with 0 additions and 224 deletions
|
|
@ -1684,62 +1684,6 @@ int linux_faccessat2(struct thread *, struct linux_faccessat2_args *);
|
|||
int linux_process_madvise(struct thread *, struct linux_process_madvise_args *);
|
||||
int linux_epoll_pwait2(struct thread *, struct linux_epoll_pwait2_args *);
|
||||
int linux_mount_setattr(struct thread *, struct linux_mount_setattr_args *);
|
||||
|
||||
#ifdef COMPAT_43
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_43 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD4
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD4 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD6
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD6 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD7
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD7 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD10
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD10 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD11
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD11 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD12
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD12 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD13
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD13 */
|
||||
|
||||
#define LINUX_SYS_AUE_linux_open AUE_OPEN_RWTC
|
||||
#define LINUX_SYS_AUE_linux_newstat AUE_STAT
|
||||
#define LINUX_SYS_AUE_linux_newfstat AUE_FSTAT
|
||||
|
|
|
|||
|
|
@ -2037,62 +2037,6 @@ int linux_faccessat2(struct thread *, struct linux_faccessat2_args *);
|
|||
int linux_process_madvise(struct thread *, struct linux_process_madvise_args *);
|
||||
int linux_epoll_pwait2(struct thread *, struct linux_epoll_pwait2_args *);
|
||||
int linux_mount_setattr(struct thread *, struct linux_mount_setattr_args *);
|
||||
|
||||
#ifdef COMPAT_43
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_43 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD4
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD4 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD6
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD6 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD7
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD7 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD10
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD10 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD11
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD11 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD12
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD12 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD13
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD13 */
|
||||
|
||||
#define LINUX32_SYS_AUE_linux_exit AUE_EXIT
|
||||
#define LINUX32_SYS_AUE_linux_fork AUE_FORK
|
||||
#define LINUX32_SYS_AUE_linux_open AUE_OPEN_RWTC
|
||||
|
|
|
|||
|
|
@ -1445,62 +1445,6 @@ int linux_faccessat2(struct thread *, struct linux_faccessat2_args *);
|
|||
int linux_process_madvise(struct thread *, struct linux_process_madvise_args *);
|
||||
int linux_epoll_pwait2(struct thread *, struct linux_epoll_pwait2_args *);
|
||||
int linux_mount_setattr(struct thread *, struct linux_mount_setattr_args *);
|
||||
|
||||
#ifdef COMPAT_43
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_43 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD4
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD4 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD6
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD6 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD7
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD7 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD10
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD10 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD11
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD11 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD12
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD12 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD13
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD13 */
|
||||
|
||||
#define LINUX_SYS_AUE_linux_setxattr AUE_NULL
|
||||
#define LINUX_SYS_AUE_linux_lsetxattr AUE_NULL
|
||||
#define LINUX_SYS_AUE_linux_fsetxattr AUE_NULL
|
||||
|
|
|
|||
|
|
@ -2032,62 +2032,6 @@ int linux_faccessat2(struct thread *, struct linux_faccessat2_args *);
|
|||
int linux_process_madvise(struct thread *, struct linux_process_madvise_args *);
|
||||
int linux_epoll_pwait2(struct thread *, struct linux_epoll_pwait2_args *);
|
||||
int linux_mount_setattr(struct thread *, struct linux_mount_setattr_args *);
|
||||
|
||||
#ifdef COMPAT_43
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_43 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD4
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD4 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD6
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD6 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD7
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD7 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD10
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD10 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD11
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD11 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD12
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD12 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD13
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD13 */
|
||||
|
||||
#define LINUX_SYS_AUE_linux_exit AUE_EXIT
|
||||
#define LINUX_SYS_AUE_linux_fork AUE_FORK
|
||||
#define LINUX_SYS_AUE_linux_open AUE_OPEN_RWTC
|
||||
|
|
|
|||
Loading…
Reference in a new issue