[openib-general] [PATCH] osm: Trivial fix in osmtest

Yevgeny Kliteynik kliteyn at dev.mellanox.co.il
Tue Oct 24 08:57:35 PDT 2006


Fixing signed/unsigned data types problem (discovered on Windows)

--
Yevgeny

Signed-off-by:  Yevgeny Kliteynik <kliteyn at dev.mellanox.co.il>

Index: osmtest/osmt_multicast.c
===================================================================
--- osmtest/osmt_multicast.c	(revision 9948)
+++ osmtest/osmt_multicast.c	(working copy)
@@ -61,7 +61,7 @@ static void
 __osmt_print_all_multicast_records(
   IN  osmtest_t * const p_osmt )
 {
-   int                     i;
+   uint32_t                i;
    ib_api_status_t         status;
    osmv_query_req_t        req;
    osmv_user_query_t       user;







More information about the general mailing list