1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/net/etunnel/files/patch-etunnel.h
Kirill Ponomarev 693318c34a 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>
2004-05-05 19:13:42 +00:00

16 lines
363 B
C

--- 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>