diff options
| author | manu <manu@NetBSD.org> | 2001-09-22 21:25:49 +0000 |
|---|---|---|
| committer | manu <manu@NetBSD.org> | 2001-09-22 21:25:49 +0000 |
| commit | 75e9ab7f5fc71c8628725eeccccc6715c6cb4567 (patch) | |
| tree | 9592816621f6e559bb2cebb5e0cda785aeb2390b /sys/compat/linux/linux_syscallargs.h | |
| parent | e302bb5bc512522ea9e4a615c792c1b63f6129dd (diff) | |
Enabled Mips Linux emul in header files
Diffstat (limited to 'sys/compat/linux/linux_syscallargs.h')
| -rw-r--r-- | sys/compat/linux/linux_syscallargs.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h index 378e4b2c664..fc244da8b84 100644 --- a/sys/compat/linux/linux_syscallargs.h +++ b/sys/compat/linux/linux_syscallargs.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_syscallargs.h,v 1.36 2001/01/19 01:46:23 manu Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.37 2001/09/22 21:25:49 manu Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -47,6 +47,8 @@ #include <compat/linux/arch/alpha/linux_syscallargs.h> #elif defined(__powerpc__) #include <compat/linux/arch/powerpc/linux_syscallargs.h> +#elif defined(__mips__) +#include <compat/linux/arch/mips/linux_syscallargs.h> #else #error Undefined linux_syscallargs.h machine type. #endif |
