1
1
openmpi/opal/win32
Jeff Squyres eefa17026d windows: effectively revert r32449
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
2014-08-08 11:36:45 +00:00
..
opal_inet.c Rename all the win32 files to use the correct layer name. 2014-07-26 20:17:09 +00:00
opal_inet.h Rename all the win32 files to use the correct layer name. 2014-07-26 20:17:09 +00:00
opal_misc.h Rename all the win32 files to use the correct layer name. 2014-07-26 20:17:09 +00:00
opal_process.c Rename all the win32 files to use the correct layer name. 2014-07-26 20:17:09 +00:00
opal_process.h Rename all the win32 files to use the correct layer name. 2014-07-26 20:17:09 +00:00
opal_socket.c Rename all the win32 files to use the correct layer name. 2014-07-26 20:17:09 +00:00
opal_socket.h Rename all the win32 files to use the correct layer name. 2014-07-26 20:17:09 +00:00
opal_time.c Rename all the win32 files to use the correct layer name. 2014-07-26 20:17:09 +00:00
opal_time.h Rename all the win32 files to use the correct layer name. 2014-07-26 20:17:09 +00:00
opal_uio.c Rename all the win32 files to use the correct layer name. 2014-07-26 20:17:09 +00:00
opal_uio.h Rename all the win32 files to use the correct layer name. 2014-07-26 20:17:09 +00:00
opal_util.h Rename all the win32 files to use the correct layer name. 2014-07-26 20:17:09 +00:00
opal_utsname.c Rename all the win32 files to use the correct layer name. 2014-07-26 20:17:09 +00:00
opal_utsname.h Rename all the win32 files to use the correct layer name. 2014-07-26 20:17:09 +00:00
win_compat.h windows: effectively revert r32449 2014-08-08 11:36:45 +00:00