summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/apinger/files/apinger-0.4.1-stray-backslash.patch')
-rw-r--r--net-analyzer/apinger/files/apinger-0.4.1-stray-backslash.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-analyzer/apinger/files/apinger-0.4.1-stray-backslash.patch b/net-analyzer/apinger/files/apinger-0.4.1-stray-backslash.patch
new file mode 100644
index 000000000000..61db76fb9232
--- /dev/null
+++ b/net-analyzer/apinger/files/apinger-0.4.1-stray-backslash.patch
@@ -0,0 +1,13 @@
+--- acinclude.m4
++++ b/acinclude.m4
+@@ -39,8 +39,8 @@
+ [$jk_inet_includes
+ $jk_icmp_includes])
+
+-AC_CHECK_MEMBERS([struct icmp.icmp_type, struct icmp.icmp_code,\
+-struct icmp.icmp_cksum, struct icmp.icmp_seq,\
++AC_CHECK_MEMBERS([struct icmp.icmp_type, struct icmp.icmp_code,
++struct icmp.icmp_cksum, struct icmp.icmp_seq,
+ struct icmp.icmp_id],[],
+ AC_MSG_ERROR(struct icmp not defined or not compatible),
+ [$jk_inet_includes