This commit is contained in:
Ruslan Ermilov 2006-03-19 11:12:41 +00:00
parent aefce619cf
commit e4e272bfbf
3 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@
* *
* DO NOT EDIT-- this file is automatically generated. * DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$ * $FreeBSD$
* created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.6 2006/03/18 18:20:16 netchild Exp * created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.7 2006/03/19 11:10:32 ru Exp
*/ */
#ifndef _LINUX_SYSPROTO_H_ #ifndef _LINUX_SYSPROTO_H_

View File

@ -3,7 +3,7 @@
* *
* DO NOT EDIT-- this file is automatically generated. * DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$ * $FreeBSD$
* created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.6 2006/03/18 18:20:16 netchild Exp * created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.7 2006/03/19 11:10:32 ru Exp
*/ */
#define LINUX_SYS_exit 1 #define LINUX_SYS_exit 1

View File

@ -3,10 +3,11 @@
* *
* DO NOT EDIT-- this file is automatically generated. * DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$ * $FreeBSD$
* created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.6 2006/03/18 18:20:16 netchild Exp * created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.7 2006/03/19 11:10:32 ru Exp
*/ */
#include <bsm/audit_kevents.h> #include <bsm/audit_kevents.h>
#include "opt_compat.h"
#include <sys/param.h> #include <sys/param.h>
#include <sys/sysent.h> #include <sys/sysent.h>
#include <sys/sysproto.h> #include <sys/sysproto.h>