RE: [ofw] Re: [PATCH] osm_subnet.c

2009-11-12 Thread Sean Hefty
> int compar(const void *, const void *); > >, or to not bother at all and leave it as 'long'. > >Hmm, I would prefer to change to 'int' to prevent future confusing. >Thoughts? int seems to make the most sense to me. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" i

Re: [ofw] Re: [PATCH] osm_subnet.c

2009-11-12 Thread Sasha Khapyorsky
On 09:20 Mon 05 Oct , Sean Hefty wrote: > >> /** > >> **/ > >> -static long compar_mgids(const void *m1, const void *m2) > >> +static intn_t compar_mgids(co

RE: [ofw] Re: [PATCH] osm_subnet.c

2009-10-05 Thread Sean Hefty
>> /** >> **/ >> -static long compar_mgids(const void *m1, const void *m2) >> +static intn_t compar_mgids(const void *m1, const void *m2) > >Any disagreement ab