aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_sysent.c
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2005-03-07 00:23:58 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2005-03-07 00:23:58 +0000
commitecab0de7c15ae1368e3192d17532ecd7a1621089 (patch)
treea4332caca553ae91b607fa4844059db8ae0420b3 /sys/i386/linux/linux_sysent.c
parente3478fe000ca4a6c8ebcf21fb33c46bc96c139d5 (diff)
Notes
Diffstat (limited to 'sys/i386/linux/linux_sysent.c')
-rw-r--r--sys/i386/linux/linux_sysent.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/linux/linux_sysent.c b/sys/i386/linux/linux_sysent.c
index 0606e0fd67b6..92343cf238e8 100644
--- a/sys/i386/linux/linux_sysent.c
+++ b/sys/i386/linux/linux_sysent.c
@@ -3,13 +3,14 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.58 2004/09/06 09:32:59 dfr Exp
+ * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.59 2005/03/07 00:18:06 sobomax Exp
*/
#include "opt_compat.h"
#include <sys/param.h>
#include <sys/sysent.h>
#include <sys/sysproto.h>
+#include <compat/linux/linux_sysproto.h>
#include <i386/linux/linux.h>
#include <i386/linux/linux_proto.h>
@@ -17,6 +18,7 @@
/* The casts are bogus but will do for now. */
struct sysent linux_sysent[] = {
+#define nosys linux_nosys
{ 0, (sy_call_t *)nosys }, /* 0 = setup */
{ SYF_MPSAFE | AS(sys_exit_args), (sy_call_t *)sys_exit }, /* 1 = exit */
{ SYF_MPSAFE | 0, (sy_call_t *)linux_fork }, /* 2 = linux_fork */