diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-09 12:07:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-09 12:07:42 +0000 |
commit | 8ccd5ae0a8c43ed4466d8959514a761a73154b08 (patch) | |
tree | c61487b4262e51ca4465e9e46d5a39bbdccff7da /net/nxserver/files/patch-nxdesktop-rdesktop.h | |
parent | - Update to 2.6.5 (diff) |
This is a port of NoMachine's NX server, which is a way to
use X connections over slow links without noticeable lag.
PR: ports/79669
Submitted by: dewey hylton <freenx@deweyonline.com>
Notes
Notes:
svn path=/head/; revision=132806
Diffstat (limited to 'net/nxserver/files/patch-nxdesktop-rdesktop.h')
-rw-r--r-- | net/nxserver/files/patch-nxdesktop-rdesktop.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/nxserver/files/patch-nxdesktop-rdesktop.h b/net/nxserver/files/patch-nxdesktop-rdesktop.h new file mode 100644 index 000000000000..faf56776ab61 --- /dev/null +++ b/net/nxserver/files/patch-nxdesktop-rdesktop.h @@ -0,0 +1,10 @@ +--- nxdesktop/rdesktop.h.orig Sat Sep 11 00:16:52 2004 ++++ nxdesktop/rdesktop.h Sat Sep 11 00:17:06 2004 +@@ -39,6 +39,7 @@ + #include <stdio.h> + #include <string.h> + #include <dirent.h> ++#include <sys/types.h> + + #define VERSION "1.3.1" + |