diff options
| author | manu <manu@NetBSD.org> | 2001-01-19 12:27:13 +0000 |
|---|---|---|
| committer | manu <manu@NetBSD.org> | 2001-01-19 12:27:13 +0000 |
| commit | e20b81421d7fee65afbc5a9846ea25d74e3510b4 (patch) | |
| tree | 3699afd4407f4e85ff906c88d3d412ef95dba9ce /sys/compat/linux/common/linux_errno.h | |
| parent | d1ff650a0c69411dbbcd896b5028a8fce469a251 (diff) | |
Added Linux errno mapping for powerpc
Diffstat (limited to 'sys/compat/linux/common/linux_errno.h')
| -rw-r--r-- | sys/compat/linux/common/linux_errno.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/compat/linux/common/linux_errno.h b/sys/compat/linux/common/linux_errno.h index e7afaf1b309..d40de3b6560 100644 --- a/sys/compat/linux/common/linux_errno.h +++ b/sys/compat/linux/common/linux_errno.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_errno.h,v 1.7 2001/01/18 20:28:27 jdolecek Exp $ */ +/* $NetBSD: linux_errno.h,v 1.8 2001/01/19 12:27:14 manu Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -82,6 +82,10 @@ #include <compat/linux/arch/i386/linux_errno.h> #elif defined(__alpha__) #include <compat/linux/arch/alpha/linux_errno.h> +#elif defined(__alpha__) +#include <compat/linux/arch/alpha/linux_errno.h> +#elif defined(__powerpc__) +#include <compat/linux/arch/powerpc/linux_errno.h> #else #include <compat/linux/arch/i386/linux_errno.h> /* XXX:Allow kdump to compile */ #endif |
