diff options
author | krion <krion@FreeBSD.org> | 2004-05-06 03:13:42 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-06 03:13:42 +0800 |
commit | 3c749bf8a17334aef4af39e7a3cb20361f7ba8d9 (patch) | |
tree | 532d4583874fa5a1117c7669d8643080268077df /net/etunnel/files | |
parent | 4a604e69148e015b37859989ec9c70566e501939 (diff) | |
download | freebsd-ports-gnome-3c749bf8a17334aef4af39e7a3cb20361f7ba8d9.tar.gz freebsd-ports-gnome-3c749bf8a17334aef4af39e7a3cb20361f7ba8d9.tar.zst freebsd-ports-gnome-3c749bf8a17334aef4af39e7a3cb20361f7ba8d9.zip |
Add etunnel 0.0.5,
etunnel is a TCP/UDP connections tunneling tool. It can
make direct tunnels or via proxy server.
PR: ports/66288
Submitted by: Kostas Petrikas <expl@punktas.lt>
Diffstat (limited to 'net/etunnel/files')
-rw-r--r-- | net/etunnel/files/patch-etunnel.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/etunnel/files/patch-etunnel.h b/net/etunnel/files/patch-etunnel.h new file mode 100644 index 000000000000..41b39a529d67 --- /dev/null +++ b/net/etunnel/files/patch-etunnel.h @@ -0,0 +1,15 @@ +--- etunnel.h.orig Wed May 5 21:10:21 2004 ++++ etunnel.h Wed May 5 21:10:36 2004 +@@ -23,11 +23,11 @@ + * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + ++#include <sys/types.h> + #include <stdio.h> + #include <stdlib.h> + #include <stdarg.h> + #include <sys/socket.h> +-#include <sys/types.h> + #include <sys/wait.h> + #include <sys/time.h> + #include <netinet/in.h> |