Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/arch/arm Add extra error codes from Linux.
details: https://anonhg.NetBSD.org/src/rev/b4659ba0caa6
branches: trunk
changeset: 520804:b4659ba0caa6
user: rjs <rjs%NetBSD.org@localhost>
date: Thu Jan 17 15:08:44 2002 +0000
description:
Add extra error codes from Linux.
diffstat:
sys/compat/linux/arch/arm/linux_errno.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r 40fc1deedaa8 -r b4659ba0caa6 sys/compat/linux/arch/arm/linux_errno.h
--- a/sys/compat/linux/arch/arm/linux_errno.h Thu Jan 17 13:36:00 2002 +0000
+++ b/sys/compat/linux/arch/arm/linux_errno.h Thu Jan 17 15:08:44 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_errno.h,v 1.1 2002/01/14 23:14:36 bjh21 Exp $ */
+/* $NetBSD: linux_errno.h,v 1.2 2002/01/17 15:08:44 rjs Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -134,3 +134,5 @@
#define LINUX_EISNAM 120
#define LINUX_EREMOTEIO 121
#define LINUX_EDQUOT 122
+#define LINUX_ENOMEDIUM 123
+#define LINUX_EMEDIUMTYPE 124
Home |
Main Index |
Thread Index |
Old Index