- new package vnc-libs contains remote framebuffer library and vncviewer &
Xvnc is linked against this
- specfile cleanup
11 lines
354 B
Diff
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
|