From: Richard Kettlewell Date: Sun, 9 Mar 2008 11:10:46 +0000 (+0000) Subject: Reverse the order of the shutdown() calls on the socketpair used to X-Git-Tag: 3.0~19 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/ba3d1d365338bc116227e804c738e9e4a8a8fab3?hp=ba3d1d365338bc116227e804c738e9e4a8a8fab3 Reverse the order of the shutdown() calls on the socketpair used to connect to the speaker process. OS X 10.5 actually cares about this. I think this is a bug but it's easy enough to work around provided other platforms don't care in the opposite direction. This brings 'make check' to a full pass on Leopard. ---