summaryrefslogtreecommitdiff
path: root/devel/ros_comm/files/patch-TIME_UTC
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ros_comm/files/patch-TIME_UTC')
-rw-r--r--devel/ros_comm/files/patch-TIME_UTC15
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/ros_comm/files/patch-TIME_UTC b/devel/ros_comm/files/patch-TIME_UTC
deleted file mode 100644
index 56c7ea526a39..000000000000
--- a/devel/ros_comm/files/patch-TIME_UTC
+++ /dev/null
@@ -1,15 +0,0 @@
---- tools/rosbag/src/recorder.cpp 2011-09-02 13:55:20.000000000 -0400
-+++ tools/rosbag/src/recorder.cpp 2013-10-21 14:22:48.000000000 -0400
-@@ -437,5 +437,11 @@
- }
- boost::xtime xt;
-- boost::xtime_get(&xt, boost::TIME_UTC);
-+ boost::xtime_get(&xt, boost::
-+#if BOOST_VERSION <= 105200
-+ TIME_UTC_
-+#else
-+ TIME_UTC
-+#endif
-+ );
- xt.nsec += 250000000;
- queue_condition_.timed_wait(lock, xt);