summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_syscalls.c
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1998-02-19 00:41:47 +0000
committerthorpej <thorpej@NetBSD.org>1998-02-19 00:41:47 +0000
commite94f57bd08e3ccf4ed705bf398741c9a4ab093df (patch)
tree9f49f2fb59f9513be745f6bfd0687462c35763a4 /sys/compat/linux/linux_syscalls.c
parentc0ef23f2351fd48037efcf3893a9079c941127c3 (diff)
regen; makesyscalls.sh changed
Diffstat (limited to 'sys/compat/linux/linux_syscalls.c')
-rw-r--r--sys/compat/linux/linux_syscalls.c14
1 files changed, 12 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c
index afbfd781644..7ac0f68717b 100644
--- a/sys/compat/linux/linux_syscalls.c
+++ b/sys/compat/linux/linux_syscalls.c
@@ -1,12 +1,22 @@
-/* $NetBSD: linux_syscalls.c,v 1.24 1998/01/09 06:22:57 thorpej Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.25 1998/02/19 00:41:47 thorpej Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.21 1997/10/16 23:53:07 christos Exp
+ * created from NetBSD: syscalls.master,v 1.22 1998/02/19 00:41:12 thorpej Exp
*/
+#include <sys/param.h>
+#include <sys/systm.h>
+#include <sys/signal.h>
+#include <sys/mount.h>
+#include <sys/syscallargs.h>
+#include <compat/linux/linux_types.h>
+#include <compat/linux/linux_signal.h>
+#include <compat/linux/linux_syscallargs.h>
+#include <machine/linux_machdep.h>
+
char *linux_syscallnames[] = {
"syscall", /* 0 = syscall */
"exit", /* 1 = exit */