summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/mips/linux_syscalls.c
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2003-01-18 08:06:20 +0000
committerthorpej <thorpej@NetBSD.org>2003-01-18 08:06:20 +0000
commit3d60b73d4ffa5c23001fec86bbfe18aa9f7ec35a (patch)
treed1029cedb8a50beda33e17f058785ba0b08383b5 /sys/compat/linux/arch/mips/linux_syscalls.c
parent42f134e02f6e0a066ecb9245bd80483ad7477e43 (diff)
Merge the nathanw_sa branch.
Diffstat (limited to 'sys/compat/linux/arch/mips/linux_syscalls.c')
-rw-r--r--sys/compat/linux/arch/mips/linux_syscalls.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/compat/linux/arch/mips/linux_syscalls.c b/sys/compat/linux/arch/mips/linux_syscalls.c
index 62b6160e30b..85957421dee 100644
--- a/sys/compat/linux/arch/mips/linux_syscalls.c
+++ b/sys/compat/linux/arch/mips/linux_syscalls.c
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.11 2002/04/10 18:19:09 christos Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.12 2003/01/18 08:07:21 thorpej Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.9 2002/04/10 18:18:28 christos Exp
+ * created from NetBSD
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.11 2002/04/10 18:19:09 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.12 2003/01/18 08:07:21 thorpej Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
@@ -20,6 +20,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.11 2002/04/10 18:19:09 christos
#include <sys/systm.h>
#include <sys/signal.h>
#include <sys/mount.h>
+#include <sys/sa.h>
#include <sys/syscallargs.h>
#include <compat/linux/common/linux_types.h>
#include <compat/linux/common/linux_signal.h>