]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-zephyr.c
NFS: replace ino_t with u_int32_t (GH #335 pt. 1)
[tcpdump] / print-zephyr.c
index 7c52e65406589f2c12a86e84a4dc011edf435096..d8252cca920a7b1a94859d5921b43c286e63531d 100644 (file)
@@ -70,7 +70,7 @@ enum z_packet_type {
     Z_PACKET_STAT
 };
 
-static struct tok z_types[] = {
+static const struct tok z_types[] = {
     { Z_PACKET_UNSAFE,         "unsafe" },
     { Z_PACKET_UNACKED,                "unacked" },
     { Z_PACKET_ACKED,          "acked" },