+#if defined(__sun__) && defined(__svr4__)
+#include <port.h>
+#include <sys/port_impl.h>
+#endif
+#include <unistd.h>
#include "mplexer.hh"
#include "sstuff.hh"
#include <iostream>
-#include <unistd.h>
+
#include "misc.hh"
#include <boost/lexical_cast.hpp>
#include "syncres.hh"
-#if defined(__sun__) && defined(__svr4__)
-#include <port.h>
-#include <sys/port_impl.h>
-#endif
-
#include "namespaces.hh"
using namespace std;
tm.tm_year-=1900;
tm.tm_mon-=1;
- val=(uint32_t)timegm(&tm);
+// val=(uint32_t)timegm(&tm); XXX FIXME disabled for Solaris
}
void RecordTextReader::xfrIP(uint32_t &val)