a5efe3ed77
The fix for #868, r14358, introduced an (unneeded?) inconsitency... For Mac OS X systems, inttypes.h will always be included with opal_config.h, and NOT included for non-Mac OS X systems. For developers using Mac OS X, this masks the need to include inttypes.h or more properly opal_stdint.h. This changeset corrects one of these oopses. However, the underlying problem still exists. Moving the equivelent of r14358 into opal_stdint.h from opal_config_bottom.h might be the "right" solution, but AFAIK, we would then need to replace each direct inclusion of inttypes.h with opal_stdint.h to properly address tickets #868 and #869. This commit was SVN r20196. The following SVN revision numbers were found above: r14358 --> open-mpi/ompi@dce72aab70 The following Trac tickets were found above: Ticket 868 --> https://svn.open-mpi.org/trac/ompi/ticket/868 |
||
---|---|---|
.. | ||
dss_compare.c | ||
dss_copy.c | ||
dss_dump.c | ||
dss_get.c | ||
dss_internal_functions.c | ||
dss_internal.h | ||
dss_load_unload.c | ||
dss_lookup.c | ||
dss_open_close.c | ||
dss_pack.c | ||
dss_peek.c | ||
dss_print.c | ||
dss_register.c | ||
dss_release.c | ||
dss_set_buffer_type.c | ||
dss_set.c | ||
dss_size.c | ||
dss_types.h | ||
dss_unpack.c | ||
dss.h | ||
Makefile.am |