diff options
| author | christos <christos@NetBSD.org> | 2002-03-21 13:23:48 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2002-03-21 13:23:48 +0000 |
| commit | d9ada7eabfbf41b7e18c8f19a084023cbd0b5570 (patch) | |
| tree | 29827f0da9a003748bcacde8dfeb7871361a881e /sys/compat/linux/common/linux_exec.h | |
| parent | ad92811bb593f7b0fa0437faab136ed1c59ba020 (diff) | |
Don't bitch if we don't have support for a particular arch. This makes it
easier to include this header from userland binaries [sysctl] on archs that
don't support compat-linux without incurring ifdef hell.
Diffstat (limited to 'sys/compat/linux/common/linux_exec.h')
| -rw-r--r-- | sys/compat/linux/common/linux_exec.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/compat/linux/common/linux_exec.h b/sys/compat/linux/common/linux_exec.h index 3efe5a28b85..50b5348e8da 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.19 2002/03/20 00:27:58 christos Exp $ */ +/* $NetBSD: linux_exec.h,v 1.20 2002/03/21 13:23:48 christos Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -51,8 +51,6 @@ #include <compat/linux/arch/mips/linux_exec.h> #elif defined(__arm__) #include <compat/linux/arch/arm/linux_exec.h> -#else -#error Undefined linux_exec.h machine type. #endif |
