--- previous/src/slirp/tcp_output.c 2018/04/24 19:32:38 1.1.1.2 +++ previous/src/slirp/tcp_output.c 2018/04/24 19:34:28 1.1.1.3 @@ -44,7 +44,7 @@ * Since this is only used in "stats socket", we give meaning * names instead of the REAL names */ -char *tcpstates[] = { +const char *tcpstates[] = { /* "CLOSED", "LISTEN", "SYN_SENT", "SYN_RCVD", */ "REDIRECT", "LISTEN", "SYN_SENT", "SYN_RCVD", "ESTABLISHED", "CLOSE_WAIT", "FIN_WAIT_1", "CLOSING",