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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to