aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2010-03-05 13:38:57 +0000
committerAdam Tkac <atkac@redhat.com>2010-03-05 13:38:57 +0000
commit5462f998b8e2e990553f88b36aa88b215172f282 (patch)
tree2c39ee272832af713de82bc4be23f24ccd199d02 /unix/xserver
parent12c0fc399ec6d77c8180f67f5412dfddf76e1e43 (diff)
downloadtigervnc-5462f998b8e2e990553f88b36aa88b215172f282.tar.gz
tigervnc-5462f998b8e2e990553f88b36aa88b215172f282.zip
[Bugfix] Fix libvnc.so module loading (define listenaddr symbol).
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4005 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/xserver')
-rw-r--r--unix/xserver/hw/vnc/xf86vncModule.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/xserver/hw/vnc/xf86vncModule.cc b/unix/xserver/hw/vnc/xf86vncModule.cc
index e78da5ba..d0a1257f 100644
--- a/unix/xserver/hw/vnc/xf86vncModule.cc
+++ b/unix/xserver/hw/vnc/xf86vncModule.cc
@@ -43,6 +43,8 @@ using namespace rfb;
extern void vncExtensionInit();
static void vncExtensionInitWithParams(INITARGS);
+char *listenaddr = NULL;
+
static MODULESETUPPROTO(vncSetup);
ExtensionModule vncExt =