svn commit: r289576 - head/sys/ofed/include/linux
Hans Petter Selasky
hselasky at FreeBSD.org
Mon Oct 19 12:04:22 UTC 2015
Author: hselasky
Date: Mon Oct 19 12:04:20 2015
New Revision: 289576
URL: https://svnweb.freebsd.org/changeset/base/289576
Log:
Map two more Linux error return codes to FreeBSD ones.
Sponsored by: Mellanox Technologies
Modified:
head/sys/ofed/include/linux/errno.h
Modified: head/sys/ofed/include/linux/errno.h
==============================================================================
--- head/sys/ofed/include/linux/errno.h Mon Oct 19 12:00:52 2015 (r289575)
+++ head/sys/ofed/include/linux/errno.h Mon Oct 19 12:04:20 2015 (r289576)
@@ -32,6 +32,8 @@
#include <sys/errno.h>
+#define ECHRNG EDOM
+#define ETIME ETIMEDOUT
#define ECOMM ESTALE
#define ENODATA ECONNREFUSED
#define ENOIOCTLCMD ENOIOCTL
More information about the svn-src-all
mailing list