
- Use fcntl.h, not sys/fcntl.h (man pages on every platform I could find say fcntl.h and solaris/AIX don't provide sys/fcntl.h) - Make timeradd macro available on platforms where sys/time.h exists but timeradd macro doesn't (Solaris) - Include util/printf.h from ompi_config_bottom.h so that ompi_asprintf and friends are always available. This commit was SVN r4441.