ompi/mca/coll/libnbc/nbc_internal.h

   259    /* Schedule cache structures/functions */
   260    u_int32_t adler32(u_int32_t adler, int8_t *buf, int len);
   261    void NBC_SchedCache_args_delete(void *entry);
   262    void NBC_SchedCache_args_delete_key_dummy(void *k);

u_int32_t
->
uint32_t

perhaps?

Reply via email to