On Solaris 2.4, /usr/include/system/time.h gives a definition for timercmp(),
which we define in timeval_md.h. There's an #undef that in there that looks
like it's trying to deal with the problem, but the order of the inclusions must
have reversed. This is only a compiler warning.
which we define in timeval_md.h. There's an #undef that in there that looks
like it's trying to deal with the problem, but the order of the inclusions must
have reversed. This is only a compiler warning.