From 4a3dbb926ae3f5410198d7cc4f4ebe4f62eebf05 Mon Sep 17 00:00:00 2001 From: marha Date: Sat, 25 Jul 2009 19:39:46 +0000 Subject: Added xorg-server-1.6.2.tar.gz --- xorg-server/os/xdmcp.c | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'xorg-server/os/xdmcp.c') diff --git a/xorg-server/os/xdmcp.c b/xorg-server/os/xdmcp.c index 310f33bc0..736cd3e11 100644 --- a/xorg-server/os/xdmcp.c +++ b/xorg-server/os/xdmcp.c @@ -24,12 +24,8 @@ #include #if !defined(WIN32) -#ifndef Lynx #include #include -#else -#include -#endif #include #include #endif @@ -44,11 +40,7 @@ #include "input.h" #include "dixstruct.h" #include "opaque.h" - -#if defined(DGUX) -#include -#include -#endif +#include "site.h" #ifdef STREAMSCONN #include @@ -68,7 +60,7 @@ #define X_INCLUDE_NETDB_H #include -extern char *defaultDisplayClass; +static char *defaultDisplayClass = COMPILEDDISPLAYCLASS; static int xdmcpSocket, sessionSocket; static xdmcp_states state; -- cgit v1.2.3