]> The Tcpdump Group git mirrors - tcpdump/commitdiff
C99 type, not BSD type; use uint8_t.
authorGuy Harris <[email protected]>
Wed, 13 Dec 2017 17:39:43 +0000 (09:39 -0800)
committerGuy Harris <[email protected]>
Wed, 13 Dec 2017 17:39:43 +0000 (09:39 -0800)
print-ntp.c

index 9e571eb5ea5e494411fddf207ffece769aa51515..c482697deb37b20ea459590a6662333f6db85e54 100644 (file)
@@ -387,7 +387,7 @@ static void
 ntp_control_print(netdissect_options *ndo,
                  register const struct ntp_control_data *cd, u_int length)
 {
-       u_int8_t control, R, E, M, opcode;
+       uint8_t control, R, E, M, opcode;
        uint16_t sequence, status, assoc, offset, count;
 
        if (length < NTP_CTRLMSG_MINLEN)