net/apinger: fix build on recent current
This commit is contained in:
parent
00e8afd2fd
commit
06fbb714cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546397
1 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue