]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-atm.c
More getting rid of old u_intN_t.
[tcpdump] / print-atm.c
index 285c6a40412c346f3dddda4e602e5146b2a0034c..2531880b40efd22f23e08f84bc49f81abcbbf083 100644 (file)
@@ -246,7 +246,7 @@ static void
 sig_print(netdissect_options *ndo,
           const u_char *p, int caplen)
 {
-       bpf_u_int32 call_ref;
+       uint32_t call_ref;
 
        if (caplen < PROTO_POS) {
                ND_PRINT((ndo, "%s", tstr));