]> git.pld-linux.org Git - packages/bluez-utils.git/blame - bluez-utils-poll-timeout.patch
- merged invalid-timeval,poll-timeout patches and files update from AC-branch
[packages/bluez-utils.git] / bluez-utils-poll-timeout.patch
CommitLineData
92b902ce 1--- bluez-utils-2.25/hidd/main.c.timeout 2006-03-23 13:24:21.000000000 -0500
2+++ bluez-utils-2.25/hidd/main.c 2006-03-23 13:24:26.000000000 -0500
3@@ -335,7 +335,7 @@
4 p[0].revents = 0;
5 p[1].revents = 0;
6
7- err = poll(p, 2, 100);
8+ err = poll(p, 2, -1);
9 if (err <= 0)
10 continue;
11
This page took 0.039943 seconds and 4 git commands to generate.