Advertisement
alinef

boost_xtime_hpp.patch

Jul 8th, 2012
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. [aline@luiza-mouraria ~]$ diff -Naur /usr/include/boost/thread/xtime.hpp{,.working}
  2. --- /usr/include/boost/thread/xtime.hpp 2012-07-08 13:27:38.188975064 -0300
  3. +++ /usr/include/boost/thread/xtime.hpp.working 2012-07-08 13:27:17.816504974 -0300
  4. @@ -18,9 +18,9 @@
  5.  
  6. namespace boost {
  7.  
  8. -enum xtime_clock_types
  9. -{
  10. - TIME_UTC=1
  11. +//enum xtime_clock_types
  12. +//{
  13. +// TIME_UTC=1
  14. // TIME_TAI,
  15. // TIME_MONOTONIC,
  16. // TIME_PROCESS,
  17. @@ -28,7 +28,7 @@
  18. // TIME_LOCAL,
  19. // TIME_SYNC,
  20. // TIME_RESOLUTION
  21. -};
  22. +//};
  23.  
  24. struct xtime
  25. {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement