diff options
| author | manu <manu@NetBSD.org> | 2001-01-19 01:44:46 +0000 |
|---|---|---|
| committer | manu <manu@NetBSD.org> | 2001-01-19 01:44:46 +0000 |
| commit | 083ffa3b67d2aa6e4309590d17e76dd96084d6bd (patch) | |
| tree | 2563ccc227fec8d4aba86674f7d25c84fb91405b /sys/compat/linux/linux_syscallargs.h | |
| parent | ac10cf6946010042b4cddaa7636673750fc9ff98 (diff) | |
Added support for powerpc Linux compatibility
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 c7be5b5cfdb..378e4b2c664 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.35 1998/12/15 19:31:30 itohy Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.36 2001/01/19 01:46:23 manu Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -45,6 +45,8 @@ #include <compat/linux/arch/m68k/linux_syscallargs.h> #elif defined(__alpha__) #include <compat/linux/arch/alpha/linux_syscallargs.h> +#elif defined(__powerpc__) +#include <compat/linux/arch/powerpc/linux_syscallargs.h> #else #error Undefined linux_syscallargs.h machine type. #endif |
