]> git.openfabrics.org - ~shefty/rdma-win.git/commit
[TRUNK] Change the cl_pfn_fmap_cmp_t compare function to return an 'int' instead...
authorstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 16 Nov 2009 18:44:54 +0000 (18:44 +0000)
committerstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 16 Nov 2009 18:44:54 +0000 (18:44 +0000)
commit8edc07f448a22b35ff2ea66b8a9d75b4b33945cb
treec0f969dbab415d8b6d29cacf0b5219af7cdcf6a1
parent1cdc02f18d173c7e075e301f619142953f9df5d1
[TRUNK] Change the cl_pfn_fmap_cmp_t compare function to return an 'int' instead of 'intn_t' as int is a better return value match for standard compare functions like memcmp(), cl_memcmp(), qsort() and the like.

Additionally the change removes some usage of the non-standard C type 'intn_t' in favor of the basic C data type 'int'.

Files impacted:

inc\complib\cl_fleximap.h line #185 cl_pfn_fmap_cmp_t function returns 'int' instead of 'intn_t'.
core\al\kernel\al_ioc_pnp.c
core\al\kernel\al_pnp.c
ulp\wsd\user\ibsp_ip.c
ulp\ipoib\kernel\ipoib_port.c
ulp\ipoib\kernel\ipoib_port.cpp
ulp\wsd\user\ibspproto.h

Tested by:
  building WinOF installers for wlh, win7, wnet & wxp
  installing newly built installers.
  Running DAPL tests, IPoIB tests & opensm tests.

Signed-off-by: stan smith <stan.smith@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@2559 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86
trunk/core/al/kernel/al_ioc_pnp.c
trunk/core/al/kernel/al_pnp.c
trunk/inc/complib/cl_fleximap.h
trunk/ulp/ipoib/kernel/ipoib_port.c
trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_port.cpp
trunk/ulp/wsd/user/ibsp_ip.c
trunk/ulp/wsd/user/ibspproto.h