aboutsummaryrefslogtreecommitdiff
path: root/net/6tunnel
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-04-29 23:46:57 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-04-29 23:46:57 +0000
commit2bf2febda4c3806b0b3d77a9d9dfa5698ae6fd83 (patch)
treed9bf8c03b0b4c8b423864ab3ef4dbb6db986f06a /net/6tunnel
parent6e48a5d3687f843d82d7e0217fc496fce37994fa (diff)
downloadports-2bf2febda4c3806b0b3d77a9d9dfa5698ae6fd83.tar.gz
ports-2bf2febda4c3806b0b3d77a9d9dfa5698ae6fd83.zip
Reorder includes to squash typical Linux-kiddie network header misordering.
Notes
Notes: svn path=/head/; revision=42048
Diffstat (limited to 'net/6tunnel')
-rw-r--r--net/6tunnel/files/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/6tunnel/files/patch-ab b/net/6tunnel/files/patch-ab
new file mode 100644
index 000000000000..800f251ce031
--- /dev/null
+++ b/net/6tunnel/files/patch-ab
@@ -0,0 +1,15 @@
+--- 6tunnel.c.orig Sun Apr 29 23:45:30 2001
++++ 6tunnel.c Sun Apr 29 23:45:41 2001
+@@ -12,11 +12,11 @@
+ #include <stdlib.h>
+ #include <unistd.h>
+ #include <netdb.h>
+-#include <arpa/inet.h>
+ #include <string.h>
+ #include <sys/types.h>
+ #include <netinet/in.h>
+ #include <sys/socket.h>
++#include <arpa/inet.h>
+ #include <sys/wait.h>
+ #include <fcntl.h>
+ #include <signal.h>