summaryrefslogtreecommitdiff
path: root/sys/compat/linux
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1998-10-24 19:03:53 +0000
committerchristos <christos@NetBSD.org>1998-10-24 19:03:53 +0000
commit7d7a80a8fdade7ebd177a405dcdb7cf1ea8051dd (patch)
tree0648430660598eb2064065ea96bec423b4c0c5e8 /sys/compat/linux
parente24d852656db2f75eac13b6ee11b4fb2f8d2d377 (diff)
Allow kdump to compile again.
Diffstat (limited to 'sys/compat/linux')
-rw-r--r--sys/compat/linux/common/linux_errno.h4
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[];