svn commit: r546397 - head/net/apinger/files
Tobias C. Berner
tcberner at FreeBSD.org
Thu Aug 27 18:40:31 UTC 2020
Author: tcberner
Date: Thu Aug 27 18:40:30 2020
New Revision: 546397
URL: https://svnweb.freebsd.org/changeset/ports/546397
Log:
net/apinger: fix build on recent current
Modified:
head/net/apinger/files/patch-src_apinger.h
Modified: head/net/apinger/files/patch-src_apinger.h
==============================================================================
--- head/net/apinger/files/patch-src_apinger.h Thu Aug 27 18:37:59 2020 (r546396)
+++ head/net/apinger/files/patch-src_apinger.h Thu Aug 27 18:40:30 2020 (r546397)
@@ -1,6 +1,14 @@
--- src/apinger.h.orig 2002-12-20 09:19:57 UTC
+++ src/apinger.h
-@@ -119,7 +119,7 @@ extern char *config_file;
+@@ -112,14 +112,14 @@ struct piped_info {
+ };
+ #endif
+
+-struct target *targets;
++extern struct target *targets;
+
+ extern int foreground;
+ extern char *config_file;
extern int icmp_sock;
extern int icmp6_sock;
More information about the svn-ports-all
mailing list