diff -ub fping-2.4b2_to.orig/fping.c fping-2.4b2_to/fping.c --- fping-2.4b2_to.orig/fping.c 2001-07-20 21:10:26 +0400 +++ fping-2.4b2_to/fping.c 2002-09-03 15:35:31 +0400 @@ -783,7 +783,6 @@ int iBitpos; int iMask = 1; int failed = 0; - unsigned long uTemp; /* two possible forms are allowed here */ @@ -1086,6 +1085,7 @@ finish(); + return 0; } /* main() */ @@ -1175,7 +1175,7 @@ void print_per_system_stats( void ) #endif /* _NO_PROTO */ { - int i, j, k, avg; + int i, j, avg; HOST_ENTRY *h; char *buf; int bufsize; @@ -1284,11 +1284,10 @@ void print_per_system_splits( void ) #endif /* _NO_PROTO */ { - int i, j, k, avg; + int i, avg; HOST_ENTRY *h; char *buf; int bufsize; - int resp; struct tm *curr_tm; bufsize = max_hostname_len + 1; @@ -1725,7 +1724,6 @@ #endif /* _NO_PROTO */ { struct icmp *sent_icmp; - struct ip *sent_ip; u_char *c; HOST_ENTRY *h; @@ -2405,7 +2403,7 @@ void u_sleep( int u_sec ) #endif /* _NO_PROTO */ { - int nfound, slen, n; + int nfound; struct timeval to; fd_set readset, writeset;