diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-11-20 15:43:36 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-11-20 15:43:36 +0000 |
commit | 000539438be39bbe99c6cbce0abb0b14d6094500 (patch) | |
tree | 400ccb3e32b57d5603ed2283d06b57dd25340ddb /net/tridiavnc/files/patch-Xvnc::include::Xos.h | |
parent | Update to 2.2.7 which is mostly a security release, but fixes other minor bugs. (diff) |
1: Build Xvnc now. Sync patches from net/tightvnc.
2: reset MAINTAINER to ports@
3: Bump PORTSREVISION.
Submitted by: yjchou@ #bsdchat
Approved by: dwcjr
Diffstat (limited to 'net/tridiavnc/files/patch-Xvnc::include::Xos.h')
-rw-r--r-- | net/tridiavnc/files/patch-Xvnc::include::Xos.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/tridiavnc/files/patch-Xvnc::include::Xos.h b/net/tridiavnc/files/patch-Xvnc::include::Xos.h new file mode 100644 index 000000000000..3ea59e29a87f --- /dev/null +++ b/net/tridiavnc/files/patch-Xvnc::include::Xos.h @@ -0,0 +1,10 @@ +--- Xvnc/include/Xos.h.orig Thu Apr 13 02:18:22 2000 ++++ Xvnc/include/Xos.h Wed Nov 20 20:42:00 2002 +@@ -151,7 +151,6 @@ + #endif /* X_NOT_POSIX else */ + + #ifdef CSRG_BASED +-#include <stdlib.h> + #include <unistd.h> + #endif /* CSRG_BASED */ + |