mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-26 12:00:39 +08:00
PING6(8): Delete unused variable
This commit is contained in:
parent
4a16e2834f
commit
30ff9897c1
@ -230,7 +230,6 @@ static char *hostname;
|
|||||||
static int ident; /* process id to identify our packets */
|
static int ident; /* process id to identify our packets */
|
||||||
static u_int8_t nonce[8]; /* nonce field for node information */
|
static u_int8_t nonce[8]; /* nonce field for node information */
|
||||||
static int hoplimit = -1; /* hoplimit */
|
static int hoplimit = -1; /* hoplimit */
|
||||||
static int pathmtu = 0; /* path MTU for the destination. 0 = unspec. */
|
|
||||||
|
|
||||||
/* counters */
|
/* counters */
|
||||||
static long nmissedmax; /* max value of ntransmitted - nreceived - 1 */
|
static long nmissedmax; /* max value of ntransmitted - nreceived - 1 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user