]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Map two more Linux error return codes to FreeBSD ones.
authorhselasky <hselasky@FreeBSD.org>
Mon, 19 Oct 2015 12:04:20 +0000 (12:04 +0000)
committerhselasky <hselasky@FreeBSD.org>
Mon, 19 Oct 2015 12:04:20 +0000 (12:04 +0000)
Sponsored by: Mellanox Technologies

sys/ofed/include/linux/errno.h

index 55e192b9878c2142775966cfc9e3301dcbcda6a9..fde982786e515145668e5415708e108860c372cf 100644 (file)
@@ -32,6 +32,8 @@
 
 #include <sys/errno.h>
 
+#define        ECHRNG          EDOM
+#define        ETIME           ETIMEDOUT
 #define        ECOMM           ESTALE
 #define        ENODATA         ECONNREFUSED
 #define        ENOIOCTLCMD     ENOIOCTL