diff options
author | Adam Jackson <ajax@redhat.com> | 2010-09-27 13:58:40 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2010-10-15 16:50:23 -0400 |
commit | e2ada55de3e7ec8724b98c4e4adfec741d415499 (patch) | |
tree | a0fbb94c85f9b23e7cfad142f425b17ce38c3878 /os/xdmcp.c | |
parent | 23229c7ce5970516b97a1cc12e65257ff65ab9a7 (diff) |
os: Clean up various xtrans bits that we've never supported
Or at least, not supported since xserver 1.0.
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'os/xdmcp.c')
-rw-r--r-- | os/xdmcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/xdmcp.c b/os/xdmcp.c index 8fd903fe5..877b11c15 100644 --- a/os/xdmcp.c +++ b/os/xdmcp.c @@ -1520,7 +1520,7 @@ get_addr_by_name( #ifdef XTHREADS_NEEDS_BYNAMEPARAMS _Xgethostbynameparams hparams; #endif -#if defined(WIN32) && (defined(TCPCONN) || defined(DNETCONN)) +#if defined(WIN32) && defined(TCPCONN) _XSERVTransWSAStartup(); #endif if (!(hep = _XGethostbyname(namestr, hparams))) |