Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/common/include/linux EHWPOISON



details:   https://anonhg.NetBSD.org/src/rev/8717bc78b0eb
branches:  trunk
changeset: 1028411:8717bc78b0eb
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 10:59:27 2021 +0000

description:
EHWPOISON

diffstat:

 sys/external/bsd/common/include/linux/errno.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 3ff23ce8a93e -r 8717bc78b0eb sys/external/bsd/common/include/linux/errno.h
--- a/sys/external/bsd/common/include/linux/errno.h     Sun Dec 19 10:59:00 2021 +0000
+++ b/sys/external/bsd/common/include/linux/errno.h     Sun Dec 19 10:59:27 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: errno.h,v 1.4 2019/04/16 10:00:04 mrg Exp $    */
+/*     $NetBSD: errno.h,v 1.5 2021/12/19 10:59:27 riastradh Exp $      */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -50,5 +50,6 @@
 #define        ENOTSUPP        ENOTSUP /* XXX ???  */
 #define        EREMOTEIO       EIO     /* XXX Urk...  */
 #define        ECHRNG          ERANGE  /* XXX ??? */
+#define        EHWPOISON       EIO
 
 #endif  /* _LINUX_ERRNO_H_ */



Home | Main Index | Thread Index | Old Index