freebsd-ports/net/vncreflector/files/patch-main.c
Brooks Davis 9eae09a7d5 Add vncreflector 1.2.4.
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.
2005-01-20 10:35:48 +00:00

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;