darwin: Use read(2) rather than recv(2)
authorJeremy Huddleston <jeremyhu@apple.com>
Thu, 8 Mar 2012 08:50:13 +0000 (00:50 -0800)
committerJeremy Huddleston <jeremyhu@apple.com>
Thu, 8 Mar 2012 08:50:13 +0000 (00:50 -0800)
commit9061ee45b8dbe5431c23e3f628089d703ccad0b1
tree7ee799caed15f343b588da2943560ee01a8eeb4c
parent7d235c62f0d5bd0df1236cc52141c10c5d272a18
darwin: Use read(2) rather than recv(2)

2dcf8b025be88a25d4333abdc28d425b88238d96 was causing some regressions on
darwin, so go back to using read(2) there until I have time to investigate
further.

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
src/xcb_in.c