openbsd-ports/x11/x11vnc/patches/patch-libvncserver_main_c
sturm 8f5afb12e7 Initial import of x11vnc 0.6.2
x11vnc allows one to remotely view and interact with real X displays (i.e. a
display corresponding to a physical monitor, keyboard, and mouse) with any
VNC viewer. In this way it plays the role for Unix/X11 that WinVNC plays for
Windows.

from Craig Barraclough <craigba at creative.com.au>
2004-12-02 21:21:23 +00:00

13 lines
363 B
Plaintext

$OpenBSD: patch-libvncserver_main_c,v 1.1.1.1 2004/12/02 21:21:23 sturm Exp $
--- libvncserver/main.c.orig Thu Dec 2 21:01:06 2004
+++ libvncserver/main.c Thu Dec 2 21:02:08 2004
@@ -323,7 +323,7 @@ listenerRun(void *data)
int client_fd;
struct sockaddr_in peer;
rfbClientPtr cl;
- size_t len;
+ socklen_t len;
len = sizeof(peer);