Module Name: src Committed By: riastradh Date: Sun Dec 19 10:59:27 UTC 2021
Modified Files: src/sys/external/bsd/common/include/linux: errno.h Log Message: EHWPOISON To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/common/include/linux/errno.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/external/bsd/common/include/linux/errno.h diff -u src/sys/external/bsd/common/include/linux/errno.h:1.4 src/sys/external/bsd/common/include/linux/errno.h:1.5 --- src/sys/external/bsd/common/include/linux/errno.h:1.4 Tue Apr 16 10:00:04 2019 +++ src/sys/external/bsd/common/include/linux/errno.h Sun Dec 19 10:59:27 2021 @@ -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_ */