Magellan Linux

Contents of /trunk/vnc/patches/vnc-autotools-compile.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 318 byte(s)
-import

1 --- common/network/TcpSocket.cxx.autotools-compile 2007-02-15 18:56:52.000000000 +0100
2 +++ common/network/TcpSocket.cxx 2007-02-15 18:57:21.000000000 +0100
3 @@ -42,7 +42,7 @@
4 #include <rfb/LogWriter.h>
5
6 #ifndef VNC_SOCKLEN_T
7 -#define VNC_SOCKLEN_T int
8 +#define VNC_SOCKLEN_T socklen_t
9 #endif
10
11 #ifndef INADDR_NONE