Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2020 18:40:30 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546397 - head/net/apinger/files
Message-ID:  <202008271840.07RIeUU8011461@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008271840.07RIeUU8011461>