summaryrefslogtreecommitdiff
path: root/net/apinger/files/patch-src_icmp.c
diff options
context:
space:
mode:
authorMichael Landin <mich@FreeBSD.org>2015-11-11 12:59:48 +0000
committerMichael Landin <mich@FreeBSD.org>2015-11-11 12:59:48 +0000
commit29029b1826a3078d29574a92abed4f28468ba366 (patch)
tree5a7cf91c2d0b3fab8bdb8b055b9f76564b3c48ab /net/apinger/files/patch-src_icmp.c
parentlang/jruby: Don't redefine WRKDIR (diff)
apinger cleanup
- Add DOCS option, enabled by default - Move docs from pkg-plist to PORTDOCS - Use IPV6_CONFIGURE_ENABLE knob - Make rclint happy - Regenerate patches with make makepatch - Add @sample to apinger.conf - Bump PORTREVISION due to rc script changei PR: ports/204465 Submitted by: garga Sponsored by: Rubicon Communications (Netgate)
Diffstat (limited to '')
-rw-r--r--net/apinger/files/patch-src_icmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/apinger/files/patch-src_icmp.c b/net/apinger/files/patch-src_icmp.c
index 5c9351f96cc9..3b0eced748de 100644
--- a/net/apinger/files/patch-src_icmp.c
+++ b/net/apinger/files/patch-src_icmp.c
@@ -1,6 +1,6 @@
---- src/icmp.c.orig
+--- src/icmp.c.orig 2002-12-19 08:24:33 UTC
+++ src/icmp.c
-@@ -197,7 +197,7 @@
+@@ -197,7 +197,7 @@ socklen_t sl;
debug("checking CMSG...");
for (c = CMSG_FIRSTHDR(&msg); c; c = CMSG_NXTHDR(&msg, c)) {
debug("CMSG level: %i type: %i",c->cmsg_level,c->cmsg_type);