summaryrefslogtreecommitdiffstats
path: root/freebsd/contrib/tcpdump/print-icmp6.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/contrib/tcpdump/print-icmp6.c')
-rw-r--r--freebsd/contrib/tcpdump/print-icmp6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/contrib/tcpdump/print-icmp6.c b/freebsd/contrib/tcpdump/print-icmp6.c
index e2d44dfb..33f36ddd 100644
--- a/freebsd/contrib/tcpdump/print-icmp6.c
+++ b/freebsd/contrib/tcpdump/print-icmp6.c
@@ -590,7 +590,7 @@ static const struct tok mldv2report2str[] = {
static const char *
get_rtpref(u_int v)
{
- static const char *rtpref_str[] = {
+ static const char * const rtpref_str[] = {
"medium", /* 00 */
"high", /* 01 */
"rsv", /* 10 */