eefa17026d
The _strdup usage in opal/util/basename looks like it was a product of Windows compatibility (see r11336), which we don't care about any more. Further, opal/win32/win_compat.h, which we sitll maintain for cygwin compatibility, #define's strdup to _strdup (which is what Microsoft wants you to use). So this old _strdup in opal/util/basename.c (and its corresponding check in configure.ac) should just be removed. This commit was SVN r32450. The following SVN revision numbers were found above: r11336 --> open-mpi/ompi@a28b025150 r32449 --> open-mpi/ompi@d5a3448b8b |
||
---|---|---|
.. | ||
opal_inet.c | ||
opal_inet.h | ||
opal_misc.h | ||
opal_process.c | ||
opal_process.h | ||
opal_socket.c | ||
opal_socket.h | ||
opal_time.c | ||
opal_time.h | ||
opal_uio.c | ||
opal_uio.h | ||
opal_util.h | ||
opal_utsname.c | ||
opal_utsname.h | ||
win_compat.h |