diff options
Diffstat (limited to 'sys/netinet/tcp_debug.h')
| -rw-r--r-- | sys/netinet/tcp_debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_debug.h b/sys/netinet/tcp_debug.h index 773d3e4bb250..6e8214e4a9cf 100644 --- a/sys/netinet/tcp_debug.h +++ b/sys/netinet/tcp_debug.h @@ -68,7 +68,7 @@ struct tcp_debug { #define TA_DROP 4 #ifdef TANAMES -static char *tanames[] = +static const char *tanames[] = { "input", "output", "user", "respond", "drop" }; #endif |
