diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2013-01-13 16:13:37 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2013-01-13 16:13:37 +0100 |
commit | 2b1d628b89ffa173a241086e75a34e317046cce2 (patch) | |
tree | 6bedfa347afb09598c1aa47a1085715c805276de /Xtrans.c | |
parent | 7cbcbb93224b3b1414e14562802e073ca75c579e (diff) | |
parent | ec3136232f7ce930f9ca812b6ab42a71b60af4af (diff) |
Merge remote-tracking branch 'origin/master' into obsd
Diffstat (limited to 'Xtrans.c')
-rw-r--r-- | Xtrans.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -80,11 +80,6 @@ from The Open Group. static Xtransport_table Xtransports[] = { -#if defined(STREAMSCONN) - { &TRANS(TLITCPFuncs), TRANS_TLI_TCP_INDEX }, - { &TRANS(TLIINETFuncs), TRANS_TLI_INET_INDEX }, - { &TRANS(TLITLIFuncs), TRANS_TLI_TLI_INDEX }, -#endif /* STREAMSCONN */ #if defined(TCPCONN) { &TRANS(SocketTCPFuncs), TRANS_SOCKET_TCP_INDEX }, #if defined(IPv6) && defined(AF_INET6) |