Signed-off-by: stan smith <[email protected]> diff --git a/opensm/libvendor/osm_vendor_ibumad.c b/opensm/libvendor/osm_vendor_ibumad.c index e5f0c54..8d3c680 100644 --- a/opensm/libvendor/osm_vendor_ibumad.c +++ b/opensm/libvendor/osm_vendor_ibumad.c @@ -126,7 +126,7 @@ Exit: static osm_madw_t *get_madw(osm_vendor_t * p_vend, ib_net64_t * tid) { umad_match_t *m, *e; - ib_net64_t mtid = (*tid & CL_HTON64(0x00000000ffffffffllu)); + ib_net64_t mtid = (*tid & CL_HTON64(0x00000000ffffffffULL)); osm_madw_t *res; /*
_______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
