Regenerate.
This commit is contained in:
parent
e6f188152c
commit
827f0e85a6
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.79 2006/09/21 16:12:58 rwatson Exp
|
||||
* created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.80 2006/09/21 16:18:33 rwatson Exp
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_SYSPROTO_H_
|
||||
@ -1173,7 +1173,7 @@ int linux_unshare(struct thread *, struct linux_unshare_args *);
|
||||
#define LINUX_SYS_AUE_linux_fork AUE_FORK
|
||||
#define LINUX_SYS_AUE_linux_open AUE_OPEN_RWTC
|
||||
#define LINUX_SYS_AUE_linux_waitpid AUE_WAIT4
|
||||
#define LINUX_SYS_AUE_linux_creat AUE_O_CREAT
|
||||
#define LINUX_SYS_AUE_linux_creat AUE_CREAT
|
||||
#define LINUX_SYS_AUE_linux_link AUE_LINK
|
||||
#define LINUX_SYS_AUE_linux_unlink AUE_UNLINK
|
||||
#define LINUX_SYS_AUE_linux_execve AUE_EXECVE
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.79 2006/09/21 16:12:58 rwatson Exp
|
||||
* created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.80 2006/09/21 16:18:33 rwatson Exp
|
||||
*/
|
||||
|
||||
#define LINUX_SYS_exit 1
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.79 2006/09/21 16:12:58 rwatson Exp
|
||||
* created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.80 2006/09/21 16:18:33 rwatson Exp
|
||||
*/
|
||||
|
||||
#include <bsm/audit_kevents.h>
|
||||
@ -27,7 +27,7 @@ struct sysent linux_sysent[] = {
|
||||
{ AS(linux_open_args), (sy_call_t *)linux_open, AUE_OPEN_RWTC, NULL, 0, 0 }, /* 5 = linux_open */
|
||||
{ AS(close_args), (sy_call_t *)close, AUE_CLOSE, NULL, 0, 0 }, /* 6 = close */
|
||||
{ AS(linux_waitpid_args), (sy_call_t *)linux_waitpid, AUE_WAIT4, NULL, 0, 0 }, /* 7 = linux_waitpid */
|
||||
{ AS(linux_creat_args), (sy_call_t *)linux_creat, AUE_O_CREAT, NULL, 0, 0 }, /* 8 = linux_creat */
|
||||
{ AS(linux_creat_args), (sy_call_t *)linux_creat, AUE_CREAT, NULL, 0, 0 }, /* 8 = linux_creat */
|
||||
{ AS(linux_link_args), (sy_call_t *)linux_link, AUE_LINK, NULL, 0, 0 }, /* 9 = linux_link */
|
||||
{ AS(linux_unlink_args), (sy_call_t *)linux_unlink, AUE_UNLINK, NULL, 0, 0 }, /* 10 = linux_unlink */
|
||||
{ AS(linux_execve_args), (sy_call_t *)linux_execve, AUE_EXECVE, NULL, 0, 0 }, /* 11 = linux_execve */
|
||||
|
Loading…
Reference in New Issue
Block a user