updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / deadspace / new_xorg.patch
blobccd121456eff9f588e56b6a7ba7eb203d55845f0
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);