vnc/vnc-autotools-compile.patch
Adam Tkac d54a81313e - building is now fully automatized
- new package vnc-libs contains remote framebuffer library and vncviewer &
    Xvnc is linked against this
- specfile cleanup
2007-02-16 15:32:59 +00:00

11 lines
354 B
Diff

--- vnc-4_1_2-unixsrc/common/network/TcpSocket.cxx.autotools-compile 2007-02-15 18:56:52.000000000 +0100
+++ vnc-4_1_2-unixsrc/common/network/TcpSocket.cxx 2007-02-15 18:57:21.000000000 +0100
@@ -42,7 +42,7 @@
#include <rfb/LogWriter.h>
#ifndef VNC_SOCKLEN_T
-#define VNC_SOCKLEN_T int
+#define VNC_SOCKLEN_T socklen_t
#endif
#ifndef INADDR_NONE