1 --- misc/boost_1_44_0/boost/thread/xtime.hpp 2012-11-05 20:13:28.034300778 -0500
2 +++ misc/build/boost_1_44_0/boost/thread/xtime.hpp 2012-11-05 20:13:50.856322691 -0500
14 inline int xtime_get(struct xtime* xtp, int clock_type)
16 - if (clock_type == TIME_UTC)
17 + if (clock_type == TIME_UTC_)
19 *xtp=get_xtime(get_system_time());