aboutsummaryrefslogtreecommitdiffstats
path: root/net/haproxy
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2017-03-12 16:48:31 +0800
committerdemon <demon@FreeBSD.org>2017-03-12 16:48:31 +0800
commit040f0b260e671616889ef23ed51708836c495b52 (patch)
treedd766cad90611e7a330c8baa42ad24adf18c211c /net/haproxy
parent7f582acfdab2d15c35953065df7f003307232179 (diff)
downloadfreebsd-ports-gnome-040f0b260e671616889ef23ed51708836c495b52.tar.gz
freebsd-ports-gnome-040f0b260e671616889ef23ed51708836c495b52.tar.zst
freebsd-ports-gnome-040f0b260e671616889ef23ed51708836c495b52.zip
Remove a patch no longer needed.
Diffstat (limited to 'net/haproxy')
-rw-r--r--net/haproxy/files/patch-src-hlua_fcn.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/net/haproxy/files/patch-src-hlua_fcn.c b/net/haproxy/files/patch-src-hlua_fcn.c
deleted file mode 100644
index 827be400f819..000000000000
--- a/net/haproxy/files/patch-src-hlua_fcn.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/hlua_fcn.c.orig 2016-12-17 13:58:44.786067000 +0300
-+++ src/hlua_fcn.c 2016-12-17 13:59:17.551256000 +0300
-@@ -39,6 +39,12 @@ static int class_listener_ref;
-
- #define STATS_LEN (MAX((int)ST_F_TOTAL_FIELDS, (int)INF_TOTAL_FIELDS))
-
-+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
-+#define s6_addr8 __u6_addr.__u6_addr8
-+#define s6_addr16 __u6_addr.__u6_addr16
-+#define s6_addr32 __u6_addr.__u6_addr32
-+#endif
-+
- static struct field stats[STATS_LEN];
-
- int hlua_checkboolean(lua_State *L, int index)