aboutsummaryrefslogtreecommitdiff
path: root/net/ipdecap/files/patch-src_esp.c
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-10-14 19:00:04 +0000
committerSteve Wills <swills@FreeBSD.org>2018-10-14 19:00:04 +0000
commit24da00280428c3a9107649a99ecd1444a0928322 (patch)
treefb46b211b7ec660db52144ee56765b323d39c8f4 /net/ipdecap/files/patch-src_esp.c
parent5a9c01db672ca09d37c82385946ac0f19313db71 (diff)
downloadports-24da00280428c3a9107649a99ecd1444a0928322.tar.gz
ports-24da00280428c3a9107649a99ecd1444a0928322.zip
Notes
Diffstat (limited to 'net/ipdecap/files/patch-src_esp.c')
-rw-r--r--net/ipdecap/files/patch-src_esp.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/ipdecap/files/patch-src_esp.c b/net/ipdecap/files/patch-src_esp.c
new file mode 100644
index 000000000000..11f4a1af32b5
--- /dev/null
+++ b/net/ipdecap/files/patch-src_esp.c
@@ -0,0 +1,10 @@
+--- src/esp.c.orig 2018-07-19 13:30:02 UTC
++++ src/esp.c
+@@ -21,6 +21,7 @@
+ #include <arpa/inet.h> // for inet_ntop, inet_pton
+ #include <err.h> // for err
+ #include <errno.h> // for __errno_location, errno, ERANGE
++#include <sys/types.h> // for u_char
+ #include <net/ethernet.h> // for ether_header
+ #include <netinet/ip.h> // for ip
+ #include <stdio.h> // for printf, fclose, fgets, fopen, FILE