diff options
author | clive <clive@FreeBSD.org> | 2002-07-13 02:53:30 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2002-07-13 02:53:30 +0800 |
commit | 5e1ddd5e52326f27995a5f4ffe63f306fe44daa6 (patch) | |
tree | f264245dc86a5a8c1842c8ce339e75e244cab30a /net | |
parent | 4ac5d9607fc7602b3c08e5215a03c2f8e1895272 (diff) | |
download | freebsd-ports-gnome-5e1ddd5e52326f27995a5f4ffe63f306fe44daa6.tar.gz freebsd-ports-gnome-5e1ddd5e52326f27995a5f4ffe63f306fe44daa6.tar.zst freebsd-ports-gnome-5e1ddd5e52326f27995a5f4ffe63f306fe44daa6.zip |
Fix build fault on -CURRENT.
Diffstat (limited to 'net')
-rw-r--r-- | net/tightvnc/files/patch-Xvnc::include::Xos.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/tightvnc/files/patch-Xvnc::include::Xos.h b/net/tightvnc/files/patch-Xvnc::include::Xos.h new file mode 100644 index 000000000000..e843b940fc00 --- /dev/null +++ b/net/tightvnc/files/patch-Xvnc::include::Xos.h @@ -0,0 +1,10 @@ +--- Xvnc/include/Xos.h.orig Sat Jul 13 02:14:08 2002 ++++ Xvnc/include/Xos.h Sat Jul 13 02:14:15 2002 +@@ -151,7 +151,6 @@ + #endif /* X_NOT_POSIX else */ + + #ifdef CSRG_BASED +-#include <stdlib.h> + #include <unistd.h> + #endif /* CSRG_BASED */ + |