K 10 svn:author V 6 jbeich K 8 svn:date V 27 2018-08-15T17:49:49.532288Z K 7 svn:log V 380 devel/android-tools-adb: unbreak on DragonFly after r477244 adb/client/usb_libusb.cpp: In function 'void libusb::poll_for_devices()': adb/client/usb_libusb.cpp:493:43: error: unable to find numeric literal operator 'operator""ms' if (device_poll_cv.wait_for(lock, 500ms, []() { return terminate_device_poll_thread; })) { ^~~~~ END