diff options
| author | itohy <itohy@NetBSD.org> | 1998-12-15 19:31:30 +0000 |
|---|---|---|
| committer | itohy <itohy@NetBSD.org> | 1998-12-15 19:31:30 +0000 |
| commit | 0c080222db9ff62f0076d1fa1daa1f571134de54 (patch) | |
| tree | dbd66849144e7361b5d17e429d9ab9da904fa547 /sys/compat/linux/common/linux_exec.h | |
| parent | e0f218ab089473590410b4b12348db9749a105b0 (diff) | |
Added linux compat support on m68k ports.
Diffstat (limited to 'sys/compat/linux/common/linux_exec.h')
| -rw-r--r-- | sys/compat/linux/common/linux_exec.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/compat/linux/common/linux_exec.h b/sys/compat/linux/common/linux_exec.h index 7d71cad20a2..1bcff288d73 100644 --- a/sys/compat/linux/common/linux_exec.h +++ b/sys/compat/linux/common/linux_exec.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec.h,v 1.11 1998/10/04 00:02:31 fvdl Exp $ */ +/* $NetBSD: linux_exec.h,v 1.12 1998/12/15 19:31:39 itohy Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -41,6 +41,8 @@ #if defined(__i386__) #include <compat/linux/arch/i386/linux_exec.h> +#elif defined(__m68k__) +#include <compat/linux/arch/m68k/linux_exec.h> #elif defined(__alpha__) #include <compat/linux/arch/alpha/linux_exec.h> #else |
