diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2005-01-20 10:35:48 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2005-01-20 10:35:48 +0000 |
commit | 9eae09a7d5ca594403d1727deebfa2bb0e043b91 (patch) | |
tree | d32cc4a461edc0d95be5cb0c0f76ae8257306ac3 /net/vncreflector/files/patch-main.c | |
parent | - Update to version 1.73, which features many bugfixes and UFS2 support (diff) |
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.
Notes
Notes:
svn path=/head/; revision=126928
Diffstat (limited to 'net/vncreflector/files/patch-main.c')
-rw-r--r-- | net/vncreflector/files/patch-main.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/vncreflector/files/patch-main.c b/net/vncreflector/files/patch-main.c new file mode 100644 index 000000000000..1ef26f414318 --- /dev/null +++ b/net/vncreflector/files/patch-main.c @@ -0,0 +1,14 @@ + +$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; |