You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
438 B
13 lines
438 B
diff -up fping-4.2/src/fping.h.extern fping-4.2/src/fping.h
|
|
--- fping-4.2/src/fping.h.extern 2019-02-19 16:00:09.000000000 -0500
|
|
+++ fping-4.2/src/fping.h 2020-02-02 00:19:02.613997883 -0500
|
|
@@ -11,7 +11,7 @@
|
|
void crash_and_burn( char *message );
|
|
void errno_crash_and_burn( char *message );
|
|
int in_cksum( unsigned short *p, int n );
|
|
-int random_data_flag;
|
|
+extern int random_data_flag;
|
|
|
|
/* socket.c */
|
|
int open_ping_socket_ipv4();
|