Signed-off-by: stan smith <[email protected]> --- dapl/openib_cma/windows/openib_osd.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/dapl/openib_cma/windows/openib_osd.h b/dapl/openib_cma/windows/openib_osd.h index d008fc0..581b908 100644 --- a/dapl/openib_cma/windows/openib_osd.h +++ b/dapl/openib_cma/windows/openib_osd.h @@ -3,3 +3,7 @@ #define ntohll _byteswap_uint64 #define htonll _byteswap_uint64 + +#ifndef EADDRNOTAVAIL +#define EADDRNOTAVAIL WSAEADDRNOTAVAIL +#endif -- 1.5.2.5 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
