diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-04-29 23:46:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-04-29 23:46:57 +0000 |
commit | 2bf2febda4c3806b0b3d77a9d9dfa5698ae6fd83 (patch) | |
tree | d9bf8c03b0b4c8b423864ab3ef4dbb6db986f06a /net/6tunnel | |
parent | Don't hard-code CFLAGS=-O2 and CC (diff) |
Reorder includes to squash typical Linux-kiddie network header misordering.
Diffstat (limited to 'net/6tunnel')
-rw-r--r-- | net/6tunnel/files/patch-ab | 15 |
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> |