diff options
| author | christos <christos@NetBSD.org> | 1998-10-24 19:03:53 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1998-10-24 19:03:53 +0000 |
| commit | 7d7a80a8fdade7ebd177a405dcdb7cf1ea8051dd (patch) | |
| tree | 0648430660598eb2064065ea96bec423b4c0c5e8 /sys/compat/linux/common | |
| parent | e24d852656db2f75eac13b6ee11b4fb2f8d2d377 (diff) | |
Allow kdump to compile again.
Diffstat (limited to 'sys/compat/linux/common')
| -rw-r--r-- | sys/compat/linux/common/linux_errno.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/common/linux_errno.h b/sys/compat/linux/common/linux_errno.h index a76d698fb8d..8ee9495c8b9 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.5 1998/10/23 03:53:18 erh Exp $ */ +/* $NetBSD: linux_errno.h,v 1.6 1998/10/24 19:03:53 christos Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -83,7 +83,7 @@ #elif defined(__alpha__) #include <compat/linux/arch/alpha/linux_errno.h> #else -#error Undefined linux_errno.h machine type. +#include <compat/linux/arch/i386/linux_errno.h> /* XXX:Allow kdump to compile */ #endif extern int native_to_linux_errno[]; |
