From e2ada55de3e7ec8724b98c4e4adfec741d415499 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 27 Sep 2010 13:58:40 -0400 Subject: os: Clean up various xtrans bits that we've never supported Or at least, not supported since xserver 1.0. Reviewed-by: Alan Coopersmith Signed-off-by: Adam Jackson --- os/xdmcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/xdmcp.c') 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))) -- cgit v1.2.3