From the website: VNC Reflector is a specialized VNC server which acts as a proxy sitting between real VNC server (a host) and a number of VNC clients. It was designed to work efficiently with large number of clients.
14 lines
194 B
C
14 lines
194 B
C
|
|
$FreeBSD$
|
|
|
|
--- main.c.orig
|
|
+++ main.c
|
|
@@ -464,7 +464,7 @@
|
|
|
|
static int init_screen_info(void)
|
|
{
|
|
- union _LITTLE_ENDIAN {
|
|
+ union {
|
|
CARD32 value32;
|
|
CARD8 test;
|
|
} little_endian;
|