aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-05-04 16:20:36 +0000
committermarha <marha@users.sourceforge.net>2010-05-04 16:20:36 +0000
commit93041fdd8c52dc6ffe78516cd8955fe3d336c4b4 (patch)
tree28d9d08dc0ad0eb63f613a98d3ef129b4e4be17d
parent4fbca19eeab8fecdb6b130badf8c7745a1d6d2dc (diff)
downloadvcxsrv-93041fdd8c52dc6ffe78516cd8955fe3d336c4b4.tar.gz
vcxsrv-93041fdd8c52dc6ffe78516cd8955fe3d336c4b4.tar.bz2
vcxsrv-93041fdd8c52dc6ffe78516cd8955fe3d336c4b4.zip
libxcb git update 4/5/2010
-rw-r--r--libxcb/src/xcb_util.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libxcb/src/xcb_util.c b/libxcb/src/xcb_util.c
index cc4e24af2..3516186fa 100644
--- a/libxcb/src/xcb_util.c
+++ b/libxcb/src/xcb_util.c
@@ -140,9 +140,7 @@ static int _xcb_open_abstract(char *protocol, const char *file, size_t filelen);
static int _xcb_open(char *host, char *protocol, const int display)
{
-#ifdef HAVE_ABSTRACT_SOCKETS
int fd;
-#endif
static const char unix_base[] = "/tmp/.X11-unix/X";
const char *base = unix_base;
size_t filelen;