chiark / gitweb /
struct addrinfo varies in order between platforms, forcing us to fall
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 26 Apr 2008 14:41:37 +0000 (15:41 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 26 Apr 2008 14:41:37 +0000 (15:41 +0100)
commit666130346faf921dfaa1a4d30f40ffe5354e14de
treefe507020279ec6d31295e8b2dbff51f303b2b020
parent136ef3a3547288ed511cec74d71ca93d6a52b700
struct addrinfo varies in order between platforms, forcing us to fall
back on C99 initializer syntax.  I don't think this will be a huge
problem in practice: all the currently supported platforms use GCC as
their default compiler, and all vaguely recent versions of GCC support
this feature.
clients/playrtp.c
lib/client-common.c
lib/sendmail.c
lib/t-addr.c
server/speaker-network.c
server/state.c
tests/udplog.c