summaryrefslogtreecommitdiff
path: root/vnc-vsnprintf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vnc-vsnprintf.patch')
-rw-r--r--vnc-vsnprintf.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/vnc-vsnprintf.patch b/vnc-vsnprintf.patch
new file mode 100644
index 0000000..8abe7d0
--- /dev/null
+++ b/vnc-vsnprintf.patch
@@ -0,0 +1,20 @@
+--- vnc-4_1_2-unixsrc/common/rfb/Logger.cxx.vsnprintf 2007-02-26 12:29:25.000000000 +0100
++++ vnc-4_1_2-unixsrc/common/rfb/Logger.cxx 2007-02-26 12:30:03.000000000 +0100
+@@ -34,7 +34,7 @@
+
+ using namespace rfb;
+
+-#ifndef HAVE_VSNPRINTF
++/*#ifndef HAVE_VSNPRINTF
+ #ifdef __RFB_THREADING_IMPL
+ static Mutex fpLock;
+ #endif
+@@ -63,7 +63,7 @@
+ return len;
+ }
+ #endif
+-
++*/
+
+ Logger* Logger::loggers = 0;
+