Ralph Castain
|
50586a3dde
|
Per patch from Paul Hargrove, disable an unused function in libevent to restore OpenBSD support
Reviewed by rhc, RM-approved
cmr=v1.8.2:reviewer=ompi-gk1.8
This commit was SVN r32411.
|
2014-08-04 13:29:35 +00:00 |
|
Ralph Castain
|
7bc20866fd
|
C standard stipulates that we have to cast the function to another of the same type to avoid unexpected behavior. We aren't using the function in this case, but Nick correctly points out that we should follow the standard regardless.
Refs trac:3755
This commit was SVN r29210.
The following Trac tickets were found above:
Ticket 3755 --> https://svn.open-mpi.org/trac/ompi/ticket/3755
|
2013-09-19 18:42:21 +00:00 |
|
Ralph Castain
|
7de493fc02
|
Silence a warning about an address that can never be NULL - libevent needs to deal with the situation where the user may have compiled the code on a system where this function is present, but executes it on one where it isn't. Thus, a compile-time test isn't adequate.
Pushed upstream.
cmr:v1.7.3:reviewer=jsquyres
This commit was SVN r29201.
|
2013-09-18 02:03:01 +00:00 |
|
Ralph Castain
|
1dc65b5fd7
|
Update libevent to 2.0.21-stable, but currently ignore it for all but those testing it
This commit was SVN r28348.
|
2013-04-22 17:01:07 +00:00 |
|