X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/fe37f0e1adf1dcabbd9010b1ea74b5d42254e71f..d29f3dab95d8b28a62848fcb043b8ba40348bc3d:/print-zephyr.c diff --git a/print-zephyr.c b/print-zephyr.c index 7c52e654..a08ab04c 100644 --- a/print-zephyr.c +++ b/print-zephyr.c @@ -20,11 +20,6 @@ * PURPOSE. */ -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-zephyr.c,v 1.10 2007-08-09 18:47:27 hannes Exp $"; -#endif - #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -70,7 +65,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" },