repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
deadspace
/
new_xorg.patch
blob
ccd121456eff9f588e56b6a7ba7eb203d55845f0
1
57,58c57
,58
2
<
3
< select(xfd + 1, &fdset, NULL, NULL, NULL);
4
---
5
> struct timeval tv = {.tv_sec = 0, .tv_usec = 5000};
6
> select(xfd + 1, &fdset, NULL, NULL, &tv);