net/apinger: fix build on recent current

This commit is contained in:
Tobias C. Berner 2020-08-27 18:40:30 +00:00
parent 00e8afd2fd
commit 06fbb714cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546397

View file

@ -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;