diff options
Diffstat (limited to 'net/mlvpn/files/patch-src_tuntap__bsd.c')
-rw-r--r-- | net/mlvpn/files/patch-src_tuntap__bsd.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/mlvpn/files/patch-src_tuntap__bsd.c b/net/mlvpn/files/patch-src_tuntap__bsd.c new file mode 100644 index 000000000000..4d2fc1235258 --- /dev/null +++ b/net/mlvpn/files/patch-src_tuntap__bsd.c @@ -0,0 +1,11 @@ +--- src/tuntap_bsd.c.orig 2015-12-28 11:20:16 UTC ++++ src/tuntap_bsd.c +@@ -21,7 +21,7 @@ mlvpn_tuntap_read(struct tuntap_s *tunta + mlvpn_tunnel_t *rtun = NULL; + mlvpn_pkt_t *pkt; + ssize_t ret; +- u_char data[DEFAULT_MTU] ++ u_char data[DEFAULT_MTU]; + struct iovec iov[2]; + uint32_t type; + |